ProjectResourceSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
ProjectResourceSearchModel.ignoreDeleted({
  1. List<String>? id,
  2. List<String>? projectId,
  3. String? tenantId,
  4. String? boundaryCode,
})

Implementation

@MappableConstructor()
ProjectResourceSearchModel.ignoreDeleted({
  this.id,
  this.projectId,
  this.tenantId,
  super.boundaryCode,
}) : super(isDeleted: false);