onLoadFailed property

FormBlocListenerCallback<FormBlocLoadFailed<SuccessResponse, ErrorResponse>, SuccessResponse, ErrorResponse>? onLoadFailed
final

It is the state when you failed to pre/fill the fieldBlocs. The previous state must be FormBlocLoading.

It has failureResponse to indicate more details.

Implementation

final FormBlocListenerCallback<
    form_bloc.FormBlocLoadFailed<SuccessResponse, ErrorResponse>,
    SuccessResponse,
    ErrorResponse>? onLoadFailed;