mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-05-04 20:58:42 +00:00
1.4.8
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class KeyValuePair<K, V>
|
||||
{
|
||||
K key;
|
||||
V value;
|
||||
|
||||
KeyValuePair(this.key, this.value);
|
||||
}
|
||||
Reference in New Issue
Block a user