toJson method

Map<String, dynamic> toJson()

Returns the JSON representation of this CID.

Implementation

Map<String, dynamic> toJson() => {_defaultJsonKey: _format()};