AnsiColor constructor

const AnsiColor(
  1. String _ansiCode
)

Generative constructor

Implementation

const AnsiColor(this._ansiCode);