SubPois constructor
SubPois({})
Implementation
SubPois({
required this.title,
required this.snippet,
required this.subTypeDes,
required this.distance,
required this.poiId,
required this.subName,
required this.subLatLonPoint,
});