bullet constant

TreeEnumerator const bullet

Bullet-style list (• for all items).

Implementation

static const bullet = TreeEnumerator(
  pipe: ' ',
  tee: DotChars.bullet,
  elbow: DotChars.bullet,
  dash: ' ',
  indent: '  ',
);