SecretCsr constructor

SecretCsr({
  1. String? id,
  2. String? algo,
  3. int? length,
  4. String? name,
  5. String? memo,
})

Implementation

SecretCsr({this.id, this.algo, this.length, this.name, this.memo});