JsonRpcResult<T extends Object?>  constructor 
      const
      JsonRpcResult<T extends Object?> ({})
     
    
    
Implementation
const JsonRpcResult({
  required this.id,
  this.jsonrpc = '2.0',
  this.result,
  this.resultToJson,
});