Geo class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

Geo.new()
factory

Properties

city String?

Available on Geo, provided by the PropsGeo extension

no setter
country Country?

Available on Geo, provided by the PropsGeo extension

no setter
hashCode int
The hash code for this object.
no setterinherited
latitude num?

Available on Geo, provided by the PropsGeo extension

no setter
longitude num?

Available on Geo, provided by the PropsGeo extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdivision Subdivision?

Available on Geo, provided by the PropsGeo extension

no setter
timezone String?

Available on Geo, provided by the PropsGeo extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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