entries property

List<BlocStateEntry> get entries

Recorded transitions, oldest first, capped at maxEntries.

Implementation

static List<BlocStateEntry> get entries => List.unmodifiable(_entries);