TimeImpl extension

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

Static Methods

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