BalloonAnchorImpl extension

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

Static Methods

fromNative(BalloonAnchorNative native) BalloonAnchor

Available on BalloonAnchor, provided by the BalloonAnchorImpl extension

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

Available on BalloonAnchor, provided by the BalloonAnchorImpl extension

toNative(BalloonAnchor obj) → BalloonAnchorNative

Available on BalloonAnchor, provided by the BalloonAnchorImpl extension

toPointer(BalloonAnchor? val) Pointer<Void>

Available on BalloonAnchor, provided by the BalloonAnchorImpl extension