CliException constructor

CliException(
  1. String message, {
  2. bool isLogged = false,
})

Implementation

CliException(this.message, {this.isLogged = false});