toJson method

Map<String, dynamic> toJson()

Returns a JSON-encoded representation of the data this class carries.

Implementation

Map<String, dynamic> toJson() => _$VersionSupportToJson(this);