SearchLinkImpl extension

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

Static Methods

fromNative(SearchLinkNative native) SearchLink

Available on SearchLink, provided by the SearchLinkImpl extension

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

Available on SearchLink, provided by the SearchLinkImpl extension

toNative(SearchLink obj) → SearchLinkNative

Available on SearchLink, provided by the SearchLinkImpl extension

toPointer(SearchLink? val) Pointer<Void>

Available on SearchLink, provided by the SearchLinkImpl extension