AnimationImpl extension

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

Static Methods

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