history property

List<Tracker> history
final

If production mode is off then we track each transition to aid with debugging. The first entry in the history will be the initial state. In production mode the list is empty.

Implementation

final history = <Tracker>[];