SearchLinkImpl extension

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

Static Methods

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