buildEscSeq method

String buildEscSeq(
  1. Styles style
)

Implementation

String buildEscSeq(Styles style) => "$ESC${"[${getStyle(style)}m"}";