GoogleCastBrakeStatus class

Represents current status of break.

Constructors

GoogleCastBrakeStatus({String? breakClipId, String? breakId, Duration? currentBreakClipTime, Duration? currentBreakTime, Duration? whenSkippable})
GoogleCastBrakeStatus.fromJson(String source)
factory
GoogleCastBrakeStatus.fromMap(Map<String, dynamic> map)
factory

Properties

breakClipId String?
ID of the current break clip.
final
breakId String?
ID of the current break.
final
currentBreakClipTime Duration?
final
currentBreakTime Duration?
Time in seconds elapsed after the current break starts. This member is only updated sporadically, so its value is often out of date. Use the getEstimatedBreakTime method to get an estimate of the real playback position based on the last information reported by the receiver.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whenSkippable Duration?
The time in seconds when this break clip becomes skippable. 5 means that the end user can skip this break clip after 5 seconds. If this field is not defined, it means that the current break clip is not skippable.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited