isEnd property

bool get isEnd

Check if it is the end of the list

Implementation

bool get isEnd => _data.isEnd;