RegExMatch constructor
RegExMatch({})
Creates a match.
Implementation
RegExMatch({
required String password,
required int start,
required int end,
required this.regExName,
required this.options,
}) : super(password: password, start: start, end: end);