KeyValue<T> constructor
const
KeyValue<T> ({
- required String key,
- required T value,
Implementation
const KeyValue({required this.key, required this.value});