isEmpty property

bool get isEmpty

检查堆栈是否为空

Implementation

bool get isEmpty => _stack.isEmpty;