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