ParseGeoPoint class Null safety
Constructors
- ParseGeoPoint({double latitude = 0.0, double longitude = 0.0})
- Creates a Parse Object of type GeoPoint
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited