VersionImpl extension

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

Static Methods

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