DateMatch constructor
      
      DateMatch({})
     
    
Creates a match.
Implementation
DateMatch({
  required String password,
  required int start,
  required int end,
  required this.separator,
  required this.year,
  required this.month,
  required this.day,
  required this.options,
}) : super(password: password, start: start, end: end);