AnsiColor.none constructor

const AnsiColor.none()

Implementation

const AnsiColor.none()
    : fg = null,
      bg = null,
      color = false;