The values of dictionary.
@override Stream<Object> get values => entries.map((event) => event.value);