failure property

String get failure

Failed outcome.

Implementation

static String get failure => ColorizeLogger.useUnicode ? '✗' : 'x';