closed property

  1. @protected
bool closed
getter/setter pair

Whether the BloC is closed.

Implementation

@protected
bool closed = false;