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