fromJsonModel static method

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

Implementation

static Country fromJsonModel(Map<String, dynamic> json) =>
    Country.fromJson(json);