SearchPhoneImpl extension

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

Static Methods

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