FormXCubit<T> constructor

FormXCubit<T>()

When FormXCubit is instantiated, it emits the initial state of the form.

Implementation

FormXCubit() : super(const FormXState({}));