Answers for "the instance member cannot be accessed in an initializer try to replace the reference to the"

0

the instance member cannot be accessed in an initializer

Use dynamic instead of type.
e.g.
List<Products> // type
List<dynamic> // dynamic
Posted by: Guest on July-03-2021

Code answers related to "the instance member cannot be accessed in an initializer try to replace the reference to the"

Code answers related to "Dart"

Browse Popular Code Answers by Language