GeopointOutput constructor

const GeopointOutput({
  1. Key? key,
  2. required GeoPoint geoPoint,
  3. required GeoService geoService,
})

Implementation

const GeopointOutput({
  super.key,
  required this.geoPoint,
  required this.geoService,
});