LatLongPosition class

Constructors

LatLongPosition([String? _latitude, String? _longitude, bool? _isMock])

Properties

hashCode int
The hash code for this object.
no setterinherited
isMockLocation bool?
is mock location.
no setter
latitude String?
get latitude.
no setter
longitude String?
get longitude.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
return the string of latitude and longitude.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited