HistoryImage class abstract

Used to generate image paths on the real device for the ImageType.

The ImageType is provided in the constructor. This abstract class is used by the ImageResolver functional typedef.

Implementers

Constructors

HistoryImage()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getImagePath() String
Must return black&white image based on the ImageType.
getImagePathColored() String
Must return colored image based on the ImageType.
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