isNotEmpty property

bool get isNotEmpty

Returns true if the stack is not empty.

Implementation

bool get isNotEmpty => _list.isNotEmpty;