CipherObject constructor

CipherObject({
  1. String? code,
  2. String? name,
  3. String? memo,
  4. String? uri,
  5. String? level,
  6. String? nodeId,
  7. String? instId,
  8. String? raw,
})

Implementation

CipherObject({this.code, this.name, this.memo, this.uri, this.level, this.nodeId, this.instId, this.raw});