Returns true if the stack has at least one element.
true
@override bool get isNotEmpty => _container.isNotEmpty;