warning constant

List<VLogLevel> const warning

Implementation

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