AddressSearchModel constructor
AddressSearchModel({})
Implementation
AddressSearchModel({
this.id,
this.latitude,
this.longitude,
this.limit,
this.offset,
this.maxRadius,
this.tenantId,
super.boundaryCode,
super.isDeleted,
}) : super();