SerialExpressions constructor

const SerialExpressions(
  1. List<RegExpComponent> expressions
)

Group multiple expressions together to form a modular, reusable RegExpComponent

Implementation

const SerialExpressions(this.expressions);