console_red top-level property

String console_red
getter/setter pair

FileName color_constant

@Author wangjiong @Date 2023/7/17

@Description: 控制台文字颜色

红色

Implementation

/// 红色
String console_red = '\x1B[31m';