invalidate method

void invalidate()

Implementation

void invalidate() {
  state = state.copyWith(isInvalidated: true);
}