dispose method

  1. @mustCallSuper
void dispose()
inherited

Disposes the value accessors.

Implementation

@mustCallSuper
void dispose() {
  _onChangeSubscription?.cancel();
}