isClosing property

bool isClosing

Returns true if this executor is closing.

Implementation

bool get isClosing => _closing != null;