RandomDateOptions.excludeLeapYears constructor

RandomDateOptions.excludeLeapYears()

named constructor modifying default value

Implementation

RandomDateOptions.excludeLeapYears() {
  excludeLeapYear = true;
}