ServiceLogLine constructor

const ServiceLogLine(
  1. String text, {
  2. required bool isError,
})

Implementation

const ServiceLogLine(this.text, {required this.isError});