NameSearchModel.ignoreDeleted constructor
- @MappableConstructor()
Implementation
@MappableConstructor()
NameSearchModel.ignoreDeleted({
this.id,
this.offset,
this.limit,
this.givenName,
this.familyName,
this.otherNames,
this.tenantId,
super.boundaryCode,
}): super(isDeleted: false);