Signer constructor

Signer({
  1. String? pubKey,
  2. String? sig,
})

Implementation

Signer({
  this.pubKey,
  this.sig,
});