markInitialized method

  1. @mustCallSuper
void markInitialized()

Implementation

@mustCallSuper
void markInitialized() {
  isInitialized = true;
}