isEmpty property

  1. @override
bool isEmpty
override

check if the stack is empty.

Implementation

@override
bool get isEmpty => _list.isEmpty;