GoogleCastDiscoveryCriteriaInitialize class

Provides initialization options for Google Cast discovery criteria.

Constructors

GoogleCastDiscoveryCriteriaInitialize.initWithApplicationID(String applicationID)
Initializes with an application ID.
factory
GoogleCastDiscoveryCriteriaInitialize.initWithNamespaces(Set<String> namespaces)
Initializes with a set of namespaces.
factory

Properties

data Map<String, dynamic>
The data map containing discovery configuration.
final
hashCode int
The hash code for this object.
no setterinherited
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
toMap() Map<String, dynamic>
Converts the object to a map for serialization.
toString() String
A string representation of this object.
inherited

Operators

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