Cmcd constructor

Cmcd({
  1. bool? track,
  2. Data3? data,
  3. bool? group,
})

Implementation

Cmcd({this.track, this.data, this.group});