LogoAlignmentImpl extension

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

Static Methods

fromNative(LogoAlignmentNative native) LogoAlignment

Available on LogoAlignment, provided by the LogoAlignmentImpl extension

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

Available on LogoAlignment, provided by the LogoAlignmentImpl extension

toNative(LogoAlignment obj) → LogoAlignmentNative

Available on LogoAlignment, provided by the LogoAlignmentImpl extension

toPointer(LogoAlignment? val) Pointer<Void>

Available on LogoAlignment, provided by the LogoAlignmentImpl extension