toJson method

Map<String, dynamic> toJson ()

Returns the JSON representation.

Implementation

Map<String, dynamic> toJson() => Map.from(_data);