SearchSortImpl extension

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

Static Methods

fromNative(SearchSortNative native) SearchSort

Available on SearchSort, provided by the SearchSortImpl extension

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

Available on SearchSort, provided by the SearchSortImpl extension

toNative(SearchSort obj) → SearchSortNative

Available on SearchSort, provided by the SearchSortImpl extension

toPointer(SearchSort? val) Pointer<Void>

Available on SearchSort, provided by the SearchSortImpl extension