BoundingBoxImpl extension

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

Static Methods

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