json_rpc_2 package
documentation
json_rpc_2
RpcException
RpcException constructor
RpcException
RpcException
constructor
Null safety
RpcException
(
int
code
,
String
message
,
{
dynamic
data
}
)
Implementation
RpcException(this.code, this.message, {this.data});
json_rpc_2 package
documentation
json_rpc_2
RpcException
RpcException constructor
RpcException class
Constructors
RpcException
invalidParams
methodNotFound
Properties
code
data
hashCode
message
runtimeType
Methods
noSuchMethod
serialize
toString
Operators
operator ==