JamTypeColorImpl extension

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

Static Methods

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