LogoAlignmentImpl extension

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

Static Methods

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