dispose method

dynamic dispose()

Implementation

dispose() {
  data?.dispose();
}