AttributesModel constructor
AttributesModel({
- Map<
String, dynamic> ? additionalDetails, - AttributesAdditionalFields? additionalFields,
- String? id,
- String? dataType,
- String? referenceId,
- String? tenantId,
- String? code,
- List<
String> ? values, - String? isActive,
- bool? required,
- String? regex,
- int? order,
- bool? nonRecoverableError = false,
- int? rowVersion,
- AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
AttributesModel({
this.additionalDetails,
this.additionalFields,
this.id,
this.dataType,
this.referenceId,
this.tenantId,
this.code,
this.values,
this.isActive,
this.required,
this.regex,
this.order,
this.nonRecoverableError = false,
this.rowVersion,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();