allowAnsiColorOutput property
Whether to allow ansi color codes in OutputEvents. These may be used to highlight user code in stack traces.
Generally, we should only output codes that work equally with both dark and light themes because we don't know what the clients colour scheme looks like.
Implementation
final bool? allowAnsiColorOutput;