toJson method

Map<String, dynamic> toJson ()

Returns a map representing the json output which will be used by dart to serialize the class.

Gets invoked recursively on generated Models.

Implementation

Map<String, dynamic> toJson();