SizeImpl extension

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

Static Methods

fromNative(SizeNative native) Size

Available on Size, provided by the SizeImpl extension

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

Available on Size, provided by the SizeImpl extension

toNative(Size obj) → SizeNative

Available on Size, provided by the SizeImpl extension

toPointer(Size? val) Pointer<Void>

Available on Size, provided by the SizeImpl extension