info constant

List<VLogLevel> const info

Implementation

static const List<VLogLevel> info = [
  VLogLevel.info,
  VLogLevel.warning,
];