RandomDateOptions.withValues constructor

RandomDateOptions.withValues(
  1. bool excludeLeapYear,
  2. int addYearsToCurrent
)

default constructor

Implementation

RandomDateOptions.withValues(this.excludeLeapYear, this.addYearsToCurrent);