FastAppOnboardingBlocEventPayload constructor

const FastAppOnboardingBlocEventPayload({
  1. bool isCompleted = false,
})

Implementation

const FastAppOnboardingBlocEventPayload({
  this.isCompleted = false,
});