ViolationEventOccurrenceRange constructor

ViolationEventOccurrenceRange({
  1. required DateTime endTime,
  2. required DateTime startTime,
})

Implementation

ViolationEventOccurrenceRange({
  required this.endTime,
  required this.startTime,
});