GoogleCastIosRequest class

Represents a request specific to iOS for Google Cast operations.

Extends GoogleCastRequest to include iOS-specific request handling.

Inheritance

Constructors

GoogleCastIosRequest.new({required bool inProgress, required bool isExternal, required int requestID, String? error})
Creates a GoogleCastIosRequest instance.
GoogleCastIosRequest.fromMap(Map<String, dynamic> map)
Creates a GoogleCastIosRequest from a map, typically decoded from JSON.
factory

Properties

error String?
Error message, if any.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inProgress bool
Whether the request is in progress.
finalinherited
isExternal bool
Whether the request is external.
finalinherited
requestID int
The unique request ID.
finalinherited
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