ServiceAttributesSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
ServiceAttributesSearchModel.ignoreDeleted({
  1. List<String>? clientReferenceId,
  2. String? tenantId,
  3. String? boundaryCode,
})

Implementation

@MappableConstructor()
ServiceAttributesSearchModel.ignoreDeleted({
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
}):  super(isDeleted: false);