Match constructor

Match(
  1. dynamic obj,
  2. dynamic regex
)

Implementation

Match(obj, regex) : super([obj, regex]);