EewIntensityKind.fromJson constructor

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

Implementation

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