ConsoleColor constructor

const ConsoleColor(
  1. String ansiSetForegroundColorSequence,
  2. String ansiSetBackgroundColorSequence
)

Implementation

const ConsoleColor(
    this.ansiSetForegroundColorSequence, this.ansiSetBackgroundColorSequence);