Afterware constructor

const Afterware(
  1. Type type, {
  2. bool async = true,
  3. bool check = false,
})

Implementation

const Afterware(
  this.type, {
  this.async = true,
  this.check = false,
});