Page constructor

Page({
  1. PageSigner? signer,
  2. List<RcpSignature>? signatures,
})

Implementation

Page({
  this.signer,
  this.signatures,
});