destroy method

  1. @mustCallSuper
void destroy()

Destroys the data and marks the instance as uninitialized.

Implementation

@mustCallSuper
void destroy() {
  initialized = false;
}