Answers for "the argument type 'object function()' can't be assigned to the parameter type 'map string dynamic '"

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 function()' can't be assigned to the parameter type 'map string dynamic '"

Browse Popular Code Answers by Language