bullet constant

TreeEnumerator const bullet

Bullet-style list (• for all items).

Implementation

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