Chromecast constructor

Chromecast({
  1. bool? track,
  2. Data? data,
  3. bool? group,
})

Implementation

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