effectiveValue property

  1. @override
String effectiveValue
override

real ansi-escape value of SGR

Implementation

@override
String get effectiveValue => ISelectGraphicRendition.buildEffectiveValueFrom(
      this,
    );