BackendTile class abstract base

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

BackendTile()

Properties

bytes → Uint8List
The raw bytes of the image of this tile
no setter
hashCode → int
The hash code for this object.
no setterinherited
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 storage-suitable UID 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
The equality operator.
inherited