DCColor constructor

const DCColor(
  1. int id, {
  2. bool xterm = false,
  3. bool bright = false,
})

Implementation

const DCColor(
  this.id, {
  this.xterm = false,
  this.bright = false,
});