bullet property

String bullet

Implementation

String get bullet => io.stdout.supportsAnsiEscapes ? '•' : '-';