YimLocationData class
Constructors
- YimLocationData()
- YimLocationData.init(double latitude, double longitude)
-
factory
- YimLocationData.initWithJson(dynamic json)
-
factory
Properties
Methods
-
distance(
YimLocationData other) → double -
initWithJsonMap(
Map jsonMap) → void -
override
-
initWithJsonObject(
Object jsonObject) → void -
inherited
-
initWithJsonString(
String json) → void -
inherited
-
jsonValueToDouble(
dynamic value) → double? -
inherited
-
jsonValueToList<
T> (dynamic value, {T itemConvert(dynamic)?}) → List< T> ? -
inherited
-
jsonValueToString(
dynamic value) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEncodable(
) → dynamic -
override
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited