BlocRoute constructor

const BlocRoute({
  1. required Type bloc,
  2. required Type screen,
})

Implementation

const BlocRoute({
  required this.bloc,
  required this.screen,
});