LogoPaddingImpl extension

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

Static Methods

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