epicenters property

  1. @JsonKey(fromJson: dynamicListToIntList, toJson: dynamicListFromIntList)
List<int> epicenters
final

震央位置の精度値 要素は2つ(0,1) で、0は震央位置の精度値、1は震源位置の精度値の単位

Implementation

@JsonKey(fromJson: dynamicListToIntList, toJson: dynamicListFromIntList)
final List<int> epicenters;