done 属性

Future done
继承

当消费者关闭或发生错误时完成的 future。

此 future 与通过 close 返回的 future 相同。

实现

Future get done => _sink.done;