TGetSmartContractInterfaceResponse constructor

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

Implementation

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