BalloonAnchorImpl extension
- @ContainerData(toNative: 'BalloonAnchorImpl.toPointer', toPlatform: '(val) => BalloonAnchorImpl.fromPointer(val, needFree: false)', platformType: 'BalloonAnchor')
Static Methods
-
fromNative(
BalloonAnchorNative native) → BalloonAnchor -
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → BalloonAnchor? -
toNative(
BalloonAnchor obj) → BalloonAnchorNative -
toPointer(
BalloonAnchor? val) → Pointer< Void>