WebSocketV2DataHead class

Annotations
  • @JsonSerializable()

Constructors

WebSocketV2DataHead({required String type, required String author, required String? target, required DateTime time, required String? designation, required bool test, required bool? xml})
WebSocketV2DataHead.fromJson(Map<String, dynamic> json)
factory

Properties

author String
発表英字官署名
final
designation String?
指示コード
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
対象観測地点コード
final
test bool
訓練、試験等のテスト等電文かどうかを示す。 注意:XML電文以外のテスト配信は常に false になります。本文中を参照するようにしてください。
final
time DateTime
基点時刻(ISO8601拡張形式)
final
type String
データ種類コード
final
xml bool?
XML電文かどうかを示す
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