hasInitialValues property

bool hasInitialValues

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

Implementation

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