UnBlocRoute constructor

const UnBlocRoute({
  1. required Type screen,
})

Implementation

const UnBlocRoute({
  required this.screen,
});