entries property
List<BlocStateEntry>
get
entries
Recorded transitions, oldest first, capped at maxEntries.
Implementation
static List<BlocStateEntry> get entries => List.unmodifiable(_entries);
Recorded transitions, oldest first, capped at maxEntries.
static List<BlocStateEntry> get entries => List.unmodifiable(_entries);