dispose method

void dispose()

called when the segment goes fully out of scope.

Implementation

void dispose() {
  param.dispose();
}