menu
geo_fence_utils package
documentation
exceptions/geo_exceptions.dart
InvalidCoordinateException
InvalidCoordinateException.new const constructor
InvalidCoordinateException.new const constructor
dark_mode
light_mode
InvalidCoordinateException
constructor
const
InvalidCoordinateException
(
String
message
, {
double
?
latitude
,
double
?
longitude
,
String
?
code
,
})
Implementation
const InvalidCoordinateException( super.message, { this.latitude, this.longitude, super.code, });
geo_fence_utils package
documentation
exceptions/geo_exceptions
InvalidCoordinateException
InvalidCoordinateException.new const constructor
InvalidCoordinateException class