LocationImpl extension

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

Static Methods

fromNative(LocationNative native) Location

Available on Location, provided by the LocationImpl extension

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

Available on Location, provided by the LocationImpl extension

toNative(Location obj) → LocationNative

Available on Location, provided by the LocationImpl extension

toPointer(Location? val) Pointer<Void>

Available on Location, provided by the LocationImpl extension