BrandsBloc constructor

BrandsBloc()

Implementation

BrandsBloc() : super(const BrandsState()) {
  on<_Started>(_onStarted);
}