toJson method

  1. @override
Map<String, dynamic> toJson()

Implementation

@override
Map<String, dynamic> toJson() => ({
      "locale": this.locale,
      "l10n": this.l10n,
      "abbr": this.abbr,
      "region": this.region,
      "name": this.name,
      "fallback": this.fallback
    });