JSONRPCRequest constructor

JSONRPCRequest(
  1. String method, [
  2. Map<String, dynamic> params = const {},
  3. dynamic id
])

Implementation

JSONRPCRequest(this.method, [this.params = const {}, dynamic id]) : super(id);