current property

T get current

Implementation

T get current => _list[_pos];
set current (T newValue)

Implementation

set current(T newValue) => _list[_pos] = newValue;