GeopointOutput constructor
const
GeopointOutput({
- Key? key,
- required GeoPoint geoPoint,
- required GeoService geoService,
Implementation
const GeopointOutput({
super.key,
required this.geoPoint,
required this.geoService,
});