SizeImpl extension

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

Static Methods

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