EewIntensityRegion.fromJson constructor

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

Implementation

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