RandomDate.withStartYearAndOptions constructor

RandomDate.withStartYearAndOptions(
  1. int _startYear,
  2. RandomDateOptions? _randomDateOptions
)

Implementation

RandomDate.withStartYearAndOptions(this._startYear, this._randomDateOptions);