CPPointOfInterestTemplate constructor

CPPointOfInterestTemplate({
  1. required String title,
  2. required List<CPPointOfInterest> poi,
})

Implementation

CPPointOfInterestTemplate({
  required this.title,
  required this.poi
});