CategoryPaginationAllOf constructor

CategoryPaginationAllOf({
  1. CategoryCollection? embedded,
})

Returns a new CategoryPaginationAllOf instance.

Implementation

CategoryPaginationAllOf({
  this.embedded,
});