RegExpRule constructor

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

Implementation

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