hasInitialValues property

bool get hasInitialValues

Check if all field blocs and their children have initial values See FormBloc.hasInitialValues

Implementation

bool get hasInitialValues => FormBlocUtils.hasInitialValues(flatFieldBlocs);