IndividualSearchModel.ignoreDeleted constructor
IndividualSearchModel.ignoreDeleted(
{ - List<String>? id,
- List<String>? userUuid,
- String? dateOfBirth,
- int? offset,
- int? limit,
- List<String>? clientReferenceId,
- String? tenantId,
- NameSearchModel? name,
- Gender? gender,
- List<IdentifierSearchModel>? identifiers,
- String? boundaryCode,
})
Implementation
@MappableConstructor()
IndividualSearchModel.ignoreDeleted({
this.id,
this.userUuid,
this.dateOfBirth,
this.offset,
this.limit,
this.clientReferenceId,
this.tenantId,
this.name,
this.gender,
this.identifiers,
super.boundaryCode,
}): super(isDeleted: false);