SignerPaginationAllOf constructor

SignerPaginationAllOf({
  1. SignerCollection? embedded,
})

Returns a new SignerPaginationAllOf instance.

Implementation

SignerPaginationAllOf({
  this.embedded,
});