JsonRpcMessage class

JSON-RPC message

Constructors

JsonRpcMessage({required String jsonrpc, dynamic id, String? method, Map<String, dynamic>? params, dynamic result, Map<String, dynamic>? error})
JsonRpcMessage.fromJson(Map<String, dynamic> json)
factory

Properties

authorization ↔ String?
Bearer credential the transport read off this request's Authorization header, or null when it carried none. Set by the server from the transport's reserved _authorization key — never from client-supplied message content.
getter/setter pair
error → Map<String, dynamic>?
final
hashCode → int
The hash code for this object.
no setterinherited
id → dynamic
final
isNotification → bool
no setter
isRequest → bool
no setter
isResponse → bool
no setter
jsonrpc → String
final
method → String?
final
params → Map<String, dynamic>?
final
result → dynamic
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sessionId ↔ String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited