Regex constructor

Regex({
  1. String? regexString,
})

Implementation

Regex({
  this.regexString,
});