Reducer constructor

const Reducer(
  1. Type type, {
  2. bool check = false,
})

Implementation

const Reducer(
  this.type, {
  this.check = false,
});