JsonRpc2Message class

An internal helper model to wrap JSON RPC 2.0 messages

Constructors

JsonRpc2Message(dynamic raw)
Construct message from raw json data

Properties

hashCode int
The hash code for this object.
no setterinherited
raw → dynamic
The raw json data being wrapped
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allToJson() → dynamic
Returns a serialized JSON structure of the model which also includes fields used by the database.
inherited
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