PopulationTypeLocalised.fromRawJson constructor

PopulationTypeLocalised.fromRawJson(
  1. String str
)

Creates an instance of PopulationTypeLocalised from a JSON string.

Implementation

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