InstallState constructor
const
InstallState({
- required InstallPhase phase,
- String? errorMessage,
- String? progressMessage,
Implementation
const InstallState({
required this.phase,
this.errorMessage,
this.progressMessage,
});