EewDepth.fromJson constructor

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

Implementation

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