TGetSmartContractInterfaceBody constructor

const TGetSmartContractInterfaceBody({
  1. String? organizationId,
  2. required String smartContractInterfaceId,
})

Implementation

const TGetSmartContractInterfaceBody({
  this.organizationId,
  required this.smartContractInterfaceId,
});