addFieldBlocs method
Adds fieldBlocs to the FormBloc.
You can set step of this fields, by default is 0.
Implementation
void addFieldBlocs({int step = 0, required List<FieldBloc> fieldBlocs}) =>
_onAddFieldBlocs(step: step, fieldBlocs: fieldBlocs);