JSONRPCRequest.fromJson constructor

JSONRPCRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory JSONRPCRequest.fromJson(Map<String, dynamic> json) => _$JSONRPCRequestFromJson(json);