isOpen property

bool isOpen

isOpen Getter used to know whether the bucket is open or not.

Implementation

bool get isOpen => !_bucketActionLock;