dispose method

void dispose()

Implementation

void dispose() {
  _owner?._anchors.remove(this);
  _owner = null;
}