BooleanSelector.parse constructor
BooleanSelector.parse(
- String selector
Parses selector
.
This will throw a SourceSpanFormatException
if the selector is
malformed or if it uses an undefined variable.
Implementation
factory BooleanSelector.parse(String selector) = BooleanSelectorImpl.parse;