PoiInfo constructor
const
PoiInfo({})
Implementation
const PoiInfo(
{Key? key,
required this.geo,
required this.poiName,
required this.iconImage,
this.onGetDirection,
this.fromFilterData,
this.isDetail = true})
: super(key: key);