v1SmartContractInterface constructor
const
v1SmartContractInterface({
- required String organizationId,
- required String smartContractInterfaceId,
- required String smartContractAddress,
- required String smartContractInterface,
- required String type,
- required String label,
- required String notes,
- required externaldatav1Timestamp createdAt,
- 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,
});