RegularExpression constructor

const RegularExpression({
  1. required String expression,
})

Implementation

const RegularExpression({required this.expression});