SequenceMatcher constructor

const SequenceMatcher(
  1. List<Matcher> selectors
)

Implementation

const SequenceMatcher(this.selectors);