KeyValuePairImpl extension

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

Static Methods

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