JsonRpcMethod constructor

JsonRpcMethod(
  1. String method, {
  2. Object? args,
  3. bool notify = false,
})

constructor

Implementation

JsonRpcMethod(this.method, {this.args, this.notify = false});