my json file is like this. enter image description here
I want to use it in flutter. json file loaded from firebase. my code is like this
and I made model.dart
This error message appears on the console.
Unhandled Exception: type '_InternalLinkedHashMap<Object?, Object?>' is not a subtype of type 'String'
How should I create the code? Help. I am a beginner T_T thank U.