TemplatePaginationAllOf constructor

TemplatePaginationAllOf({
  1. TemplateCollection? embedded,
})

Returns a new TemplatePaginationAllOf instance.

Implementation

TemplatePaginationAllOf({
  this.embedded,
});