Group<K, V> constructor

const Group<K, V>(
  1. K key,
  2. List<V> value
)

Implementation

const Group(this.key, this.value);