FitnessOptionsImpl extension

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

Static Methods

fromNative(FitnessOptionsNative native) FitnessOptions

Available on FitnessOptions, provided by the FitnessOptionsImpl extension

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

Available on FitnessOptions, provided by the FitnessOptionsImpl extension

toNative(FitnessOptions obj) → FitnessOptionsNative

Available on FitnessOptions, provided by the FitnessOptionsImpl extension

toPointer(FitnessOptions? val) Pointer<Void>

Available on FitnessOptions, provided by the FitnessOptionsImpl extension