Dates constructor

Dates(
  1. DateTime? min,
  2. DateTime? max
)

Implementation

Dates(this.min, this.max);