GeoLocationError constructor
const
GeoLocationError({
- required GeoLocationErrorCode code,
- required String message,
- int? browserCode,
Implementation
const GeoLocationError({
required this.code,
required this.message,
this.browserCode,
});