ImagesImageDataDescriptorImpl extension
- @ContainerData(toNative: 'ImagesImageDataDescriptorImpl.toPointer', toPlatform: '(val) => ImagesImageDataDescriptorImpl.fromPointer(val, needFree: false)', platformType: 'ImagesImageDataDescriptor')
Static Methods
-
fromNative(
ImagesImageDataDescriptorNative native) → ImagesImageDataDescriptor -
Available on ImagesImageDataDescriptor, provided by the ImagesImageDataDescriptorImpl extension
-
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → ImagesImageDataDescriptor? -
Available on ImagesImageDataDescriptor, provided by the ImagesImageDataDescriptorImpl extension
-
toNative(
ImagesImageDataDescriptor obj) → ImagesImageDataDescriptorNative -
Available on ImagesImageDataDescriptor, provided by the ImagesImageDataDescriptorImpl extension
-
toPointer(
ImagesImageDataDescriptor? val) → Pointer< Void> -
Available on ImagesImageDataDescriptor, provided by the ImagesImageDataDescriptorImpl extension