SequenceMatch constructor
SequenceMatch({})
Creates a match.
Implementation
SequenceMatch({
required String password,
required int start,
required int end,
required this.name,
required this.space,
required this.ascending,
}) : super(password: password, start: start, end: end);