JsonRpcLoggingMessageNotification class

Notification of a log message passed from server to client.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonrpc String
The JSON-RPC version string. Always "2.0".
finalinherited
logParams LoggingMessageNotificationParams
The logging parameters.
final
meta Map<String, dynamic>?
Optional metadata associated with the notification.
finalinherited
method String
The method to be invoked.
finalinherited
params Map<String, dynamic>?
The parameters for the method, if any.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the message object to its JSON representation.
inherited
toString() String
A string representation of this object.
inherited

Operators

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