BlocState constructor

const BlocState({
  1. bool? equatable,
  2. bool? copyWith,
  3. bool? isBuilder,
  4. bool? isListener,
})

Implementation

const BlocState({
  this.equatable,
  this.copyWith,
  this.isBuilder,
  this.isListener,
});