v1GetSmartContractInterfaceResponse constructor

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

Implementation

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