addFieldBloc method

void addFieldBloc(
  1. T fieldBloc
)

Implementation

void addFieldBloc(T fieldBloc) => addFieldBlocs([fieldBloc]);