$EnvelopeSignature constructor Null safety

$EnvelopeSignature(
  1. {String? keyid,
  2. String? sig}
)

Implementation

$EnvelopeSignature({
  this.keyid,
  this.sig,
});