debug property

LogLevel debug
getter/setter pair

Implementation

static protos.LogLevel debug = ProtoMaker.createLogLevel(
  'Debug',
  Colors.white.value,
  Icons.bug_report.codePoint,
);