success property

String get success

Successful outcome.

Implementation

static String get success => ColorizeLogger.useUnicode ? '✓' : '+';