GatewayStateMessage constructor
GatewayStateMessage({
- String? jsonrpc,
- int? id,
- String? method,
- GatewayStateParams? stateParams,
Implementation
GatewayStateMessage({this.jsonrpc, this.id, this.method, this.stateParams});