reset property

AnsiPen get reset

Implementation

AnsiPen get reset {
  styleStack.add(QuectoColors.reset);
  return this;
}