BicycleFlagsImpl extension

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

Static Methods

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