v1GetSmartContractInterfaceResponse constructor

const v1GetSmartContractInterfaceResponse({
  1. required v1SmartContractInterface smartContractInterface,
})

Implementation

const v1GetSmartContractInterfaceResponse({
  required  this.smartContractInterface,
});