dispose method

void dispose()

To dispose the objects.

Implementation

void dispose() {
  _segmentProperties = null;
}