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