part of 'user_information_bloc.dart'; @immutable abstract class UserInformationState {} class UserInformationInitial extends UserInformationState {}