KeyValuePairImpl extension

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

Static Methods

fromNative(KeyValuePairNative native) KeyValuePair

Available on KeyValuePair, provided by the KeyValuePairImpl extension

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

Available on KeyValuePair, provided by the KeyValuePairImpl extension

toNative(KeyValuePair obj) → KeyValuePairNative

Available on KeyValuePair, provided by the KeyValuePairImpl extension

toPointer(KeyValuePair? val) Pointer<Void>

Available on KeyValuePair, provided by the KeyValuePairImpl extension