isEmpty property

bool isEmpty

A context is empty if there is no invoking state; meaning nobody call current context.

Implementation

bool get isEmpty => invokingState == -1;