Codec constructor

Codec(
  1. int id, {
  2. bool selected = true,
})

Implementation

Codec(this.id, {this.selected=true});