TileSourceDataVersion class
Tile data version.
Constructors
- TileSourceDataVersion(int majorVersion, int minorVersion)
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- majorVersion ↔ int
-
Major version number.
Describes changes in underlying data that would require a complete reload
(e.g. geometry changes).
getter/setter pair
- minorVersion ↔ int
-
Minor version number.
Describes changes in underlying data that would not require a complete reload
(e.g. attributes changes).
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited