ProjectResourceSearchModel constructor

ProjectResourceSearchModel({
  1. List<String>? id,
  2. List<String>? projectId,
  3. String? tenantId,
  4. String? boundaryCode,
  5. bool? isDeleted = false,
})

Implementation

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