menu
leto package
documentation
subscriptions_transport_ws.dart
OperationMessage
OperationMessage const constructor
OperationMessage const constructor
dark_mode
light_mode
OperationMessage
constructor
const
OperationMessage
(
String
type
, {
dynamic
payload
,
String
?
id
,
})
Implementation
const OperationMessage(this.type, {this.payload, this.id});
leto package
documentation
subscriptions_transport_ws
OperationMessage
OperationMessage const constructor
OperationMessage class