SearchPropertiesItemImpl extension

on
Annotations
  • @ContainerData(toNative: 'SearchPropertiesItemImpl.toPointer', toPlatform: '(val) => SearchPropertiesItemImpl.fromPointer(val, needFree: false)', platformType: 'SearchPropertiesItem')

Static Methods

fromNative(SearchPropertiesItemNative native) SearchPropertiesItem
fromPointer(Pointer<Void> ptr, {bool needFree = true}) SearchPropertiesItem?
toNative(SearchPropertiesItem obj) → SearchPropertiesItemNative
toPointer(SearchPropertiesItem? val) Pointer<Void>