HistoryItem class

Constructors

HistoryItem({String? text, List<String> imagePath = const []})

Properties

hashCode int
The hash code for this object.
no setterinherited
imagePath List<String>
Images to be shown to the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Text to be shown to the user.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
Used to serialize to the map for persisting data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map map) HistoryItem