values property

Iterable<Object?> get values
override

Implementation

Iterable<Object?> get values => keys.map((k) => this[k]);