RegexTransform constructor

const RegexTransform(
  1. String pattern,
  2. String replacement
)

Implementation

const RegexTransform(this.pattern, this.replacement);