toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "iso_3166_1": iso31661,
  "name": name,
};