warning property

LogLevel warning
getter/setter pair

Implementation

static LogLevel warning = LogLevel(
  name: 'Warning',
  color: Colors.yellow.value,
  iconData: Icons.warning.codePoint,
);