RulePaginationAllOf constructor

RulePaginationAllOf({
  1. RuleCollection? embedded,
})

Returns a new RulePaginationAllOf instance.

Implementation

RulePaginationAllOf({
  this.embedded,
});