mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 14:53:11 +00:00
1.4.8
This commit is contained in:
7
lib/src/Data/KeyValuePair.dart
Normal file
7
lib/src/Data/KeyValuePair.dart
Normal file
@ -0,0 +1,7 @@
|
||||
class KeyValuePair<K, V>
|
||||
{
|
||||
K key;
|
||||
V value;
|
||||
|
||||
KeyValuePair(this.key, this.value);
|
||||
}
|
Reference in New Issue
Block a user