TimeImpl extension

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

Static Methods

fromNative(TimeNative native) Time

Available on Time, provided by the TimeImpl extension

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

Available on Time, provided by the TimeImpl extension

toNative(Time obj) → TimeNative

Available on Time, provided by the TimeImpl extension

toPointer(Time? val) Pointer<Void>

Available on Time, provided by the TimeImpl extension