AnimationImpl extension

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

Static Methods

fromNative(AnimationNative native) Animation

Available on Animation, provided by the AnimationImpl extension

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

Available on Animation, provided by the AnimationImpl extension

toNative(Animation obj) → AnimationNative

Available on Animation, provided by the AnimationImpl extension

toPointer(Animation? val) Pointer<Void>

Available on Animation, provided by the AnimationImpl extension