const factory JRpcRequest({ @Default('2.0') String jsonrpc, required String id, required String method, Object? params, }) = _JRpcRequest;