PopulationTypeLocalised.fromRawJson constructor
PopulationTypeLocalised.fromRawJson(
- String str
Creates an instance of PopulationTypeLocalised from a JSON string.
Implementation
factory PopulationTypeLocalised.fromRawJson(String str) =>
PopulationTypeLocalised.fromJson(json.decode(str));