Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

cannot add to a fixed-length list

// 
List<Teste> teste1 = List.empty(growable: true);
 
PREVIOUS NEXT
Tagged: #add #list
ADD COMMENT
Topic
Name
9+3 =