Country.fromRawJson constructor

Country.fromRawJson(
  1. String str
)

Implementation

factory Country.fromRawJson(String str) => Country.fromJson(json.decode(str));