values property

  1. @override
List<String> values
final

The list of values (such as ±). This list has the same length as keys, and strings in it correspond to the strings in keys at the same index.

Implementation

@override
final List<String> values = data.values;