expressions property

List<String>? expressions
getter/setter pair

The list of expressions, only the first element is used for all operators

Implementation

core.List<core.String>? expressions;