Keys constructor

Keys({
  1. String? crt,
  2. String? key,
  3. String? crl,
  4. String? id,
})

Implementation

Keys({this.crt, this.key, this.crl, this.id});