checkDeactivated method

  1. @protected
void checkDeactivated()
inherited

Throws an Error if the state is not set to Deactivated.

Implementation

@protected
void checkDeactivated() => checkState(isDeactivated());