expression property

String expression

Implementation

String get expression {
  switch (this) {
    case Scope.include:
      return '';
    case Scope.exclude:
      return '^';
  }
}