factory RpcResponse.fromJson( Map<String, dynamic> json, T Function(Object? json) fromJsonT, ) => _$RpcResponseFromJson(json, fromJsonT);