failure property
String
get
failure
Failed outcome.
Implementation
static String get failure => ColorizeLogger.useUnicode ? '✗' : 'x';
Failed outcome.
static String get failure => ColorizeLogger.useUnicode ? '✗' : 'x';