SearchPhoneImpl extension

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

Static Methods

fromNative(SearchPhoneNative native) SearchPhone

Available on SearchPhone, provided by the SearchPhoneImpl extension

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

Available on SearchPhone, provided by the SearchPhoneImpl extension

toNative(SearchPhone obj) → SearchPhoneNative

Available on SearchPhone, provided by the SearchPhoneImpl extension

toPointer(SearchPhone? val) Pointer<Void>

Available on SearchPhone, provided by the SearchPhoneImpl extension