dispose method
void
dispose()
called when the segment goes fully out of scope.
Implementation
void dispose() {
param.dispose();
}
called when the segment goes fully out of scope.
void dispose() {
param.dispose();
}