DateTimeRangeWhere constructor

DateTimeRangeWhere({
  1. DateTime? start,
  2. DateTime? end,
})

Implementation

DateTimeRangeWhere({super.start, super.end});