Answers for "The argument type 'Object?' can't be assigned to the parameter type 'Map<String, dynamic>'.dart(argument_type_not_assignable) Object? data()"

1

The argument type 'Object?' can't be assigned to the parameter type 'Map<String, dynamic>

Have you tried adding 'as Map<String, dynamic>' next to the error?
Posted by: Guest on July-27-2021

Code answers related to "The argument type 'Object?' can't be assigned to the parameter type 'Map<String, dynamic>'.dart(argument_type_not_assignable) Object? data()"

Browse Popular Code Answers by Language