noColor constant

bool const noColor

No Color

Implementation

static const bool noColor =
    bool.fromEnvironment('NO_COLOR', defaultValue: false);