SignerSignature constructor

SignerSignature({
  1. DateTime? signedAt,
  2. String? text,
})

Returns a new SignerSignature instance.

Implementation

SignerSignature({
  this.signedAt,
  this.text,
});