bullet property

String get bullet
inherited

Implementation

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