isClosing property

bool get isClosing

Whether this workspace is closing or has been closed. When true, no further async work can be scheduled.

Implementation

bool get isClosing => _closing;