isNotEmpty property

bool get isNotEmpty

检查堆栈是否不为空

Implementation

bool get isNotEmpty => _stack.isNotEmpty;