LogoPaddingImpl extension

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

Static Methods

fromNative(LogoPaddingNative native) LogoPadding

Available on LogoPadding, provided by the LogoPaddingImpl extension

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

Available on LogoPadding, provided by the LogoPaddingImpl extension

toNative(LogoPadding obj) → LogoPaddingNative

Available on LogoPadding, provided by the LogoPaddingImpl extension

toPointer(LogoPadding? val) Pointer<Void>

Available on LogoPadding, provided by the LogoPaddingImpl extension