TargetSearchModel constructor

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

Implementation

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