values property

Map<String, D> get values

Implementation

Map<String, D> get values => Map.unmodifiable(_values);