ExpiredContent class Core

Expired Content

Describes content that has expired and is no longer valid. Usually returned by the OffBoardListener when offline content versions differ from the current worldwide map.

Constructors

ExpiredContent(Version version, String path)
ExpiredContent.fromJson(Map<String, dynamic> json)
Deserializes a JSON-compatible map to create an instance.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
path String
Content path
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
Content version
getter/setter pair

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.
override