MapVersionHandle class abstract
Represents version of the map.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
stringRepresentation(
String separator) → String -
Returns a string representation of the map version in the format
"[cache-version][separator][offline-maps-version], [japan-cache-version][separator][japan-offline-maps-version]",
which can be obtained via
sdk.maploader.MapUpdater. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited