bullet property

String get bullet

Implementation

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