v1GetSmartContractInterfacesResponse constructor

const v1GetSmartContractInterfacesResponse({
  1. required List<v1SmartContractInterface> smartContractInterfaces,
})

Implementation

const v1GetSmartContractInterfacesResponse({
  required  this.smartContractInterfaces,
});