dispose method

dynamic dispose()

销毁

destroy

Implementation

dispose() {
  _state = null;
}