CardGenerationState constructor
- List<
CardProposal> proposals = const [], - bool isGenerating = false,
- String? error,
- bool isSaving = false,
Implementation
const CardGenerationState({
this.proposals = const [],
this.isGenerating = false,
this.error,
this.isSaving = false,
});