BooleanSelector.parse constructor Null safety
- 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;