GoogleCastIosRequest constructor
GoogleCastIosRequest({})
Creates a GoogleCastIosRequest instance.
inProgress
indicates if the request is currently in progress.
isExternal
specifies if the request is external.
requestID
is the unique identifier for the request.
error
is an optional error message if the request failed.
Implementation
GoogleCastIosRequest({
required super.inProgress,
required super.isExternal,
required super.requestID,
super.error,
});