info property

LogLevel info
getter/setter pair

Implementation

static protos.LogLevel info = ProtoMaker.createLogLevel(
  'Info',
  Colors.blue.value,
  Icons.info_outline.codePoint,
);