PemFile constructor

const PemFile(
  1. String rawString,
  2. KeyType keyType
)

Implementation

const PemFile(this.rawString, this.keyType);