arrow constant

TreeEnumerator const arrow

Arrow-style list (→ for all items).

Implementation

static const arrow = TreeEnumerator(
  pipe: ' ',
  tee: '→',
  elbow: '→',
  dash: ' ',
  indent: '  ',
);