LogInfo constructor

LogInfo(
  1. bool error,
  2. String text
)

Implementation

LogInfo(this.error, this.text);