$declaration constant

BridgeEnumDef const $declaration

Compile-time class declaration of $DiagnosticsTreeStyle

Implementation

static const $declaration = BridgeEnumDef(
  $type,
  values: [
    'none',
    'sparse',
    'offstage',
    'dense',
    'transition',
    'error',
    'whitespace',
    'flat',
    'singleLine',
    'errorProperty',
    'shallow',
    'truncateChildren',
  ],
  methods: {},
  getters: {},
  setters: {},
  fields: {},
);