RandomDateOptions.excludeLeapYears constructor

RandomDateOptions.excludeLeapYears()

Implementation

RandomDateOptions.excludeLeapYears() {
  excludeLeapYear = true;
}