PdfSignatureOtherName constructor

const PdfSignatureOtherName(
  1. String oid,
  2. String value
)

Implementation

const PdfSignatureOtherName(this.oid, this.value);