BlocState constructor

const BlocState({
  1. required Type type,
})

Implementation

const BlocState({required this.type});