CastMessageEvent class
Represents a cast message event received from a Google Cast session.
This class encapsulates status updates and other messages that are sent from the Cast receiver to the sender application.
Constructors
- CastMessageEvent.new({required CastStatusType type})
- Creates a new cast message event.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CastStatusType
-
The type of status event this message represents.
final
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