isNotEmpty 属性

bool isNotEmpty

返回缓冲区是否为空。这是一个常数时间操作。

实现

bool get isNotEmpty => !isEmpty;