isEmpty属性

bool isEmpty

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

实现

bool get isEmpty => length == 0;