dispose method
Releases all resources used by this DocumentInfoDictionary.
Implementation
void dispose() {
if (_disposable) {
documentSDK.id3DocumentInfoDictionary_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}