PrivateReducer constructor

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

Implementation

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