BooleanSelector.parse constructor

BooleanSelector.parse(
  1. 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;