EewAreaKind class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EewAreaKind({required String code, required String name, required EewAreaKindLast lastKind})
-
EewAreaKind.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String
-
警報の種別、コード 31 で固定
コードは、コード表11 による
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastKind → EewAreaKindLast
-
このEventIdで前回の警報種別
final
- name → String
-
警報の種別、名称 緊急地震速報(警報) で固定
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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