Response constructor

const Response([
  1. String message = "",
  2. Level level = Level.verbose
])

A Response is a message send by a working unit, to communicate with its user.

Implementation

const Response([this.message = "", this.level = Level.verbose]);