JsonRpcMethod constructor Null safety

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

constructor

Implementation

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