firestore_helpers
firestore_helpers
Area
Area constructor
Area
Area class
Constructors
Area
Properties
center
radius
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Area constructor
Area
(
GeoPoint
center
,
double
radius
)
Implementation
Area(this.center, this.radius);