Range constructor

Range(
  1. RegExp regex, [
  2. int id = 0
])

Implementation

Range(this.regex, [this.id = 0]);