TaskResourceSearchModel constructor

TaskResourceSearchModel({
  1. String? id,
  2. String? tenantId,
  3. String? boundaryCode,
  4. bool? isDeleted = false,
})

Implementation

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