ReportParams constructor

ReportParams({
  1. String? type,
  2. String? state,
  3. Map<String, dynamic>? timewindow,
  4. String? timezone,
})

Implementation

ReportParams({this.type, this.state, this.timewindow, this.timezone});