Represents a tile (which is never directly exposed to the user)
Note that the relationship between stores and tiles is many-to-many, and backend implementations should fully support this.
Constructors
Properties
- bytes → Uint8List
-
The raw bytes of the image of this tile
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastModified → DateTime
-
The time at which the bytes of this tile were last changed
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
The representative URL of the tile
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 -
Uses url for equality comparisons only (unless the two objects are
identical)
override