withDateTimeCaptureInterval method
Return a Filter with a CaptureInterval created by the provided start and end DateTime objects
Implementation
Filter withDateTimeCaptureInterval({DateTime? start, DateTime? end}) {
setDateTimeCaptureInterval(start: start, end: end);
return this;
}