Flutterliste Splice
You can use the sublist method:
var myList= [1,2,3,4,5];
var sublist = myList.sublist(1,3); // [2,3]
Powerful Polecat
You can use the sublist method:
var myList= [1,2,3,4,5];
var sublist = myList.sublist(1,3); // [2,3]