ContractIterateMapResponse constructor

ContractIterateMapResponse({
  1. String jsonrpc,
  2. int id,
  3. ContractIterateMapResponseResult result,
})

Implementation

ContractIterateMapResponse({
  this.jsonrpc,
  this.id,
  this.result,
});