GroupHandler constructor

GroupHandler(
  1. RegExp regexp,
  2. void handler(
    1. String
    )
)

Implementation

GroupHandler(this.regexp, this.handler);