grunt constructor

const grunt({
  1. String logLevel = "INFO",
  2. String logOutput = "console",
})

Implementation

const grunt({this.logLevel = "INFO", this.logOutput = "console"});