BalloonGeometryImpl extension

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

Static Methods

fromNative(BalloonGeometryNative native) BalloonGeometry

Available on BalloonGeometry, provided by the BalloonGeometryImpl extension

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

Available on BalloonGeometry, provided by the BalloonGeometryImpl extension

toNative(BalloonGeometry obj) → BalloonGeometryNative

Available on BalloonGeometry, provided by the BalloonGeometryImpl extension

toPointer(BalloonGeometry? val) Pointer<Void>

Available on BalloonGeometry, provided by the BalloonGeometryImpl extension