IdentifierSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
IdentifierSearchModel.ignoreDeleted({
  1. String? id,
  2. String? identifierType,
  3. String? identifierId,
  4. List<String>? clientReferenceId,
  5. String? tenantId,
  6. String? boundaryCode,
})

Implementation

@MappableConstructor()
IdentifierSearchModel.ignoreDeleted({
  this.id,
  this.identifierType,
  this.identifierId,
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
}):  super(isDeleted: false);