toJson method

dynamic toJson()

Returns a JSON-serializable representation of this object.

Implementation

dynamic toJson() => dartify(jsObject.toJSON());