checkUninitialized method

  1. @protected
void checkUninitialized()
inherited

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

Implementation

@protected
void checkUninitialized() => checkState(isUninitialized());