EewAreaKindLast class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EewAreaKindLast({required int code, required String name})
EewAreaKindLast.fromJson(Map<String, dynamic> json)
factory

Properties

code int
警報の種別、コード 31 又は 00 コードは、コード表11 による
final
hashCode int
The hash code for this object.
no setterinherited
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