dispose method

void dispose()

Release the underlying data.

Implementation

void dispose() {
  _lib.obs_data_release(_data);
  StringExtensions.freeInt8s();
}