GoogleCastRequest class

Represents a request, including progress, external status, request ID, and error.

Implementers

Constructors

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

Properties

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