cursor method

  1. @override
HistoryCursor cursor()
override

A fresh Up/Down navigation cursor over this history's entries.

Implementation

@override
HistoryCursor cursor() => HistoryCursor(_buffer);