AttributionReportingEventReportWindows constructor

AttributionReportingEventReportWindows({
  1. required int start,
  2. required List<int> ends,
})

Implementation

AttributionReportingEventReportWindows({
  required this.start,
  required this.ends,
});