UAccountingReportParams constructor

UAccountingReportParams({
  1. String? userId,
  2. DateTime? fromDate,
  3. DateTime? toDate,
})

Implementation

UAccountingReportParams({
  this.userId,
  this.fromDate,
  this.toDate,
});