toJson method
Returns a map representing the json output which will be used by dart to serialize the class.
Invoked recursively on generated Models.
Implementation
Map<String, dynamic> toJson();
Returns a map representing the json output which will be used by dart to serialize the class.
Invoked recursively on generated Models.
Map<String, dynamic> toJson();