Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

the instance member cannot be accessed in an initializer

Use dynamic instead of type.
e.g.
List<Products> // type
List<dynamic> // dynamic
 
PREVIOUS NEXT
Tagged: #instance #member #accessed #initializer
ADD COMMENT
Topic
Name
1+6 =