isOpen property
bool
get
isOpen
isOpen Getter used to know whether the bucket is open or not.
Implementation
bool get isOpen => !_bucketActionLock;
isOpen Getter used to know whether the bucket is open or not.
bool get isOpen => !_bucketActionLock;