ScreenRectImpl extension

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

Static Methods

fromNative(ScreenRectNative native) ScreenRect

Available on ScreenRect, provided by the ScreenRectImpl extension

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

Available on ScreenRect, provided by the ScreenRectImpl extension

toNative(ScreenRect obj) → ScreenRectNative

Available on ScreenRect, provided by the ScreenRectImpl extension

toPointer(ScreenRect? val) Pointer<Void>

Available on ScreenRect, provided by the ScreenRectImpl extension