RegxExp constructor

RegxExp([
  1. dynamic value,
  2. dynamic flags
])

Implementation

RegxExp([this.value, this.flags]);