SearchChainImpl extension

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

Static Methods

fromNative(SearchChainNative native) SearchChain

Available on SearchChain, provided by the SearchChainImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true}) SearchChain?

Available on SearchChain, provided by the SearchChainImpl extension

toNative(SearchChain obj) → SearchChainNative

Available on SearchChain, provided by the SearchChainImpl extension

toPointer(SearchChain? val) Pointer<Void>

Available on SearchChain, provided by the SearchChainImpl extension