ReportPaginationAllOf constructor

ReportPaginationAllOf({
  1. ReportCollection? embedded,
})

Returns a new ReportPaginationAllOf instance.

Implementation

ReportPaginationAllOf({
  this.embedded,
});