values constant

List<LogSubEntryType> const values

Implementation

static const $core.List<LogSubEntryType> values = <LogSubEntryType>[
  INVALID,
  GENERAL_MESSAGE,
  TEST_START,
  TEST_BODY,
  TEST_END,
  ASSERT,
  ASSERT_FAIL,
  SECTION,
];