SearchLineImpl extension

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

Static Methods

fromNative(SearchLineNative native) SearchLine

Available on SearchLine, provided by the SearchLineImpl extension

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

Available on SearchLine, provided by the SearchLineImpl extension

toNative(SearchLine obj) → SearchLineNative

Available on SearchLine, provided by the SearchLineImpl extension

toPointer(SearchLine? val) Pointer<Void>

Available on SearchLine, provided by the SearchLineImpl extension