hasNotActiveProgressGuide property

bool get hasNotActiveProgressGuide

Returns true if activeProgressGuide is null, otherwise false.

Implementation

bool get hasNotActiveProgressGuide => !hasActiveProgressGuide;