ProjectFacilitySearchModel.ignoreDeleted constructor

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

Implementation

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