LocationImpl extension

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

Static Methods

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