SectionPaginationAllOf constructor

SectionPaginationAllOf({
  1. SectionCollection? embedded,
})

Returns a new SectionPaginationAllOf instance.

Implementation

SectionPaginationAllOf({
  this.embedded,
});