SessionDigestState constructor
- SessionDigest? digest,
- bool isGenerating = false,
- String? error,
Implementation
const SessionDigestState({
this.digest,
this.isGenerating = false,
this.error,
});
const SessionDigestState({
this.digest,
this.isGenerating = false,
this.error,
});