FastAppOnboardingBlocEventPayload constructor
const
FastAppOnboardingBlocEventPayload({
- bool isCompleted = false,
Implementation
const FastAppOnboardingBlocEventPayload({
this.isCompleted = false,
});