dispose method

dynamic dispose()

Implementation

dispose() {
  _mesh.geometry!.dispose();
}