ServicePaginationAllOf constructor

ServicePaginationAllOf({
  1. ServiceCollection? embedded,
})

Returns a new ServicePaginationAllOf instance.

Implementation

ServicePaginationAllOf({
  this.embedded,
});