RegexpExpression constructor

RegexpExpression(
  1. String? regexp
)

Implementation

RegexpExpression(this.regexp);