toJson method

Map<String, dynamic> toJson()

Serializes to JSON.

Implementation

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