ServiceDefinitionModel constructor
ServiceDefinitionModel({
- ServiceDefinitionAdditionalFields? additionalFields,
- String? id,
- String? tenantId,
- String? code,
- bool? isActive,
- bool? nonRecoverableError = false,
- int? rowVersion,
- List<
AttributesModel> ? attributes, - AuditDetails? auditDetails,
- ClientAuditDetails? clientAuditDetails,
- bool? isDeleted = false,
Implementation
ServiceDefinitionModel({
this.additionalFields,
this.id,
this.tenantId,
this.code,
this.isActive,
this.nonRecoverableError = false,
this.rowVersion,
this.attributes,
super.auditDetails,
super.clientAuditDetails,
super.isDeleted = false,
}) : super();