CircleImpl extension

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

Static Methods

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