clone method

Creates a new FastAppOnboardingBlocState instance with the same property values as the current instance.

Implementation

@override
FastAppOnboardingBlocState clone() => copyWith();