GoogleCastBrakeStatus constructor

GoogleCastBrakeStatus({
  1. String? breakClipId,
  2. String? breakId,
  3. Duration? currentBreakClipTime,
  4. Duration? currentBreakTime,
  5. Duration? whenSkippable,
})

Implementation

GoogleCastBrakeStatus({
  this.breakClipId,
  this.breakId,
  this.currentBreakClipTime,
  this.currentBreakTime,
  this.whenSkippable,
});