stellar_flutter_sdk
stellar_flutter_sdk
JsonRpcMethod
JsonRpcMethod constructor
JsonRpcMethod
JsonRpcMethod
constructor
Null safety
JsonRpcMethod
(
String
method
,
{
Object
?
args
,
bool
notify
=
false
}
)
constructor
Implementation
JsonRpcMethod(this.method, {this.args, this.notify = false});
stellar_flutter_sdk
stellar_flutter_sdk
JsonRpcMethod
JsonRpcMethod constructor
JsonRpcMethod class
Constructors
JsonRpcMethod
Properties
args
hashCode
id
method
notify
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==