Country.fromJson constructor

Country.fromJson(
  1. Map<String, dynamic> json
)

Creates a new Country from JSON.

Implementation

factory Country.fromJson(Map<String, dynamic> json) =>
    _$CountryFromJson(json);