AFCommandOutput constructor

AFCommandOutput({
  1. bool colorize = true,
})

Implementation

AFCommandOutput({
  this.colorize = true,
});