MeasureReportPopulation1.fromJson constructor

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

Factory constructor, accepts Map<String, dynamic> as an argument

Implementation

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