GoogleCastConnectState enum

Represents the connection state of a Google Cast session.

This enum defines the possible states of a Cast connection, from disconnected to fully connected and ready for media control.

Inheritance
Available extensions

Values

disconnected → const GoogleCastConnectState

Disconnected from the device or application.

connecting → const GoogleCastConnectState

Connecting to the device or application.

connected → const GoogleCastConnectState

Connected to the device or application.

disconnecting → const GoogleCastConnectState

Disconnecting from the device.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<GoogleCastConnectState>
A constant List of the values in this enum, in order of their declaration.