EarthquakeCountsTargetTime class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeCountsTargetTime({required DateTime start, required DateTime end})
EarthquakeCountsTargetTime.fromJson(Map<String, dynamic> json)
factory

Properties

end DateTime
対象とする期間の終わりをISO8601の日本時間で記載する
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
対象とする期間の始まりをISO8601の日本時間で記載する
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited