warning property

LogLevel warning
getter/setter pair

Implementation

static protos.LogLevel warning = ProtoMaker.createLogLevel(
  'Warning',
  Colors.yellow.value,
  Icons.warning.codePoint,
);