Read class

Read history history using arguments as filter.

  • author: iruzo
  • params:
    • historyFolderPath (e.g. /history)
    • [date (e.g. "0000-00-00 00:00:00.000Z") (You can specify as much as you want, if you want only a Year, you need to type the rest as 0, e.g. "2000-00-00 00:00:00.000000")
    • entry (e.g. some text that was saved before in the history).
  • return: List with history entries.
Inheritance

Constructors

Read(String _historyFolderPath, [String? _date, String? _entry])
Read history history using arguments as filter.

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

call() Future<List<String>>
Execute the functionality.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<List<String>>
Method that will be executed in the functionality. Remember when overrided to establish async.
override
toString() String
A string representation of this object.
inherited

Operators

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