Country.fromJson constructor

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

The country from json factory

Implementation

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