RandomDate.withRangeAndOptions constructor

RandomDate.withRangeAndOptions(
  1. int _startYear,
  2. int? _endYear,
  3. RandomDateOptions? _randomDateOptions
)

Implementation

RandomDate.withRangeAndOptions(
    this._startYear, this._endYear, this._randomDateOptions);