BoundarySearchModel constructor

BoundarySearchModel({
  1. String? boundaryType,
  2. String? tenantId,
  3. String? codes,
  4. int? boundaryNum,
  5. bool? isSingle,
  6. String? hierarchyType,
  7. bool? includeChildren,
  8. String? boundaryCode,
  9. bool? isDeleted = false,
})

Implementation

BoundarySearchModel({
  this.boundaryType,
  this.tenantId,
  this.codes,
  this.boundaryNum,
  this.isSingle,
  this.hierarchyType,
  this.includeChildren,
  super.boundaryCode,
  super.isDeleted,
}) : super();