clone method
Creates a new FastAppOnboardingBlocState instance with the same property values as the current instance.
Implementation
@override
FastAppOnboardingBlocState clone() => copyWith();
Creates a new FastAppOnboardingBlocState instance with the same property values as the current instance.
@override
FastAppOnboardingBlocState clone() => copyWith();