RunReportRequest constructor

RunReportRequest({
  1. required String tableId,
  2. int? top,
  3. int? skip,
})

Implementation

RunReportRequest({
  required this.tableId, this.top, this.skip
});