SSSSCache constructor

const SSSSCache({
  1. String? type,
  2. String? keyId,
  3. String? ciphertext,
  4. String? content,
})

Implementation

const SSSSCache({this.type, this.keyId, this.ciphertext, this.content});