isClosed property

  1. @override
bool get isClosed
override

true after close has been called (whether directly on the bundle or via the owning factory). Once closed, methods on the bundle are undefined; the producing factory's bundleFor returns null and AtPersistenceFactory.initialize rebuilds.

Implementation

@override
bool get isClosed => _closed;