InternalServicePaginationAllOf constructor

InternalServicePaginationAllOf({
  1. InternalServiceCollection? embedded,
})

Returns a new InternalServicePaginationAllOf instance.

Implementation

InternalServicePaginationAllOf({
  this.embedded,
});