isEmpty property
A context is empty if there is no invoking state; meaning nobody call current context.
Implementation
bool get isEmpty => invokingState == -1;
A context is empty if there is no invoking state; meaning nobody call current context.
bool get isEmpty => invokingState == -1;