SearchFeatureBooleanValueImpl extension
- @ContainerData(toNative: 'SearchFeatureBooleanValueImpl.toPointer', toPlatform: '(val) => SearchFeatureBooleanValueImpl.fromPointer(val, needFree: false)', platformType: 'SearchFeatureBooleanValue')
Static Methods
-
fromNative(
SearchFeatureBooleanValueNative native) → SearchFeatureBooleanValue -
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → SearchFeatureBooleanValue? -
toNative(
SearchFeatureBooleanValue obj) → SearchFeatureBooleanValueNative -
toPointer(
SearchFeatureBooleanValue? val) → Pointer< Void>