KeyValuePair<K, V> constructor

KeyValuePair<K, V>(
  1. K k,
  2. V v
)

Implementation

factory KeyValuePair(
  K k,
  V v,
) =>
    _i4.callConstructor(
      _declaredKeyValuePair,
      [
        k,
        v,
      ],
    );