TaskResourceModel constructor
TaskResourceModel({
- TaskResourceAdditionalFields? additionalFields,
- required String clientReferenceId,
- String? taskclientReferenceId,
- String? taskId,
- String? id,
- String? productVariantId,
- String? quantity,
- bool? isDelivered,
- String? deliveryComment,
- bool? nonRecoverableError = false,
- String? tenantId,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
TaskResourceModel({
this.additionalFields,
required this.clientReferenceId,
this.taskclientReferenceId,
this.taskId,
this.id,
this.productVariantId,
this.quantity,
this.isDelivered,
this.deliveryComment,
this.nonRecoverableError = false,
this.tenantId,
this.rowVersion,
super.auditDetails,super.clientAuditDetails,
super.isDeleted = false,
}): super();