RegExpRule constructor

const RegExpRule(
  1. RegExp regX, [
  2. String? msg
])

Implementation

const RegExpRule(this.regX, [String? msg]) : super(msg);