LocalitySearchModel constructor

LocalitySearchModel({
  1. String? code,
  2. String? name,
  3. String? tenantId,
  4. String? boundaryCode,
  5. bool? isDeleted = false,
})

Implementation

LocalitySearchModel({
  this.code,
  this.name,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}):  super();