v1SmartContractInterface constructor

const v1SmartContractInterface({
  1. required String organizationId,
  2. required String smartContractInterfaceId,
  3. required String smartContractAddress,
  4. required String smartContractInterface,
  5. required String type,
  6. required String label,
  7. required String notes,
  8. required externaldatav1Timestamp createdAt,
  9. required externaldatav1Timestamp updatedAt,
})

Implementation

const v1SmartContractInterface({
  required  this.organizationId,
  required  this.smartContractInterfaceId,
  required  this.smartContractAddress,
  required  this.smartContractInterface,
  required  this.type,
  required  this.label,
  required  this.notes,
  required  this.createdAt,
  required  this.updatedAt,
});