values property

List<Value> values

Implementation

List<Value> get values => astNode.values.map(Value.fromNode).toList();