ansiColorLevelForNewInstances property Null safety

int ansiColorLevelForNewInstances
read / write

ANSI Color level support for terminal - default to 3 (full color) because IntelliJ/AndroidStudio and VSCode report NOT having full color support despite supporting level 3. This is really only here for flexibility.

Implementation

static int ansiColorLevelForNewInstances = 3;