isNotEmpty property

  1. @override
bool isNotEmpty
override

check if the stack is not empty.

Implementation

@override
bool get isNotEmpty => _list.isNotEmpty;