CanonicalUnitImpl extension

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

Static Methods

fromNative(CanonicalUnitNative native) CanonicalUnit

Available on CanonicalUnit, provided by the CanonicalUnitImpl extension

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

Available on CanonicalUnit, provided by the CanonicalUnitImpl extension

toNative(CanonicalUnit obj) → CanonicalUnitNative

Available on CanonicalUnit, provided by the CanonicalUnitImpl extension

toPointer(CanonicalUnit? val) Pointer<Void>

Available on CanonicalUnit, provided by the CanonicalUnitImpl extension