SearchableData constructor
SearchableData(- {int? id,
- String? name,
- String? address,
- String? city,
- String? state,
- String? country,
- String? latitude,
- String? longitude,
- String? postalCode,
- String? description,
- String? businessImage,
- String? status,
- int? isOpen,
- String? distance}
)
Implementation
SearchableData({
this.id,
this.name,
this.address,
this.city,
this.state,
this.country,
this.latitude,
this.longitude,
this.postalCode,
this.description,
this.businessImage,
this.status,
this.isOpen,
this.distance,
});