PkiOtherName constructor

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

Implementation

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