SessionDigestState constructor

const SessionDigestState({
  1. SessionDigest? digest,
  2. bool isGenerating = false,
  3. String? error,
})

Implementation

const SessionDigestState({
  this.digest,
  this.isGenerating = false,
  this.error,
});