ExcludeSystemEvents constant

RegularFilterExpression const ExcludeSystemEvents

A [RegularFilterExpression that excludes system events (i.e., those whose types start with $).

Implementation

static const RegularFilterExpression ExcludeSystemEvents =
    RegularFilterExpression._(r'^[^\$].*');