WebSocketV2StartResponseWebSocket class
WebSocketへの接続情報
- Annotations
-
- @JsonSerializable()
Constructors
-
WebSocketV2StartResponseWebSocket({required int id, required String url, required List<
String> protocol, required int expiration}) -
WebSocketV2StartResponseWebSocket.fromJson(Map<
String, dynamic> json) -
factory
Properties
- expiration → int
-
キーの有効時間で単位は秒。値は 300 で固定
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
WebSocketID
final
-
protocol
→ List<
String> -
WebSocketのProtocolで配列の要素は dmdata.v2 一つで固定
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
WebSocketの接続先URLでticket付き
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