v1GetSmartContractInterfacesResponse constructor
const
v1GetSmartContractInterfacesResponse({
- required List<
v1SmartContractInterface> smartContractInterfaces,
Implementation
const v1GetSmartContractInterfacesResponse({
required this.smartContractInterfaces,
});