toJson method

Map<String, dynamic> toJson()

Returns a JSON-serializable representation of this object.

Implementation

Map<String, dynamic> toJson() => dartify(jsObject.toJSON());