BoundarySearchModel.ignoreDeleted constructor
BoundarySearchModel.ignoreDeleted(
{ - String? boundaryType,
- String? tenantId,
- String? codes,
- int? boundaryNum,
- bool? isSingle,
- String? hierarchyType,
- bool? includeChildren,
- String? boundaryCode,
- AdditionalFields? additionalFields,
- AuditDetails? auditDetails,
})
Implementation
@MappableConstructor()
BoundarySearchModel.ignoreDeleted({
this.boundaryType,
this.tenantId,
this.codes,
this.boundaryNum,
this.isSingle,
this.hierarchyType,
this.includeChildren,
super.boundaryCode,
super.additionalFields,
super.auditDetails,
}) : super(isDeleted: false);