GoogleCastDiscoveryCriteriaInitialize.initWithNamespaces constructor
Initializes with a set of namespaces.
Implementation
factory GoogleCastDiscoveryCriteriaInitialize.initWithNamespaces(
Set<String> namespaces) {
return GoogleCastDiscoveryCriteriaInitialize._(
data: <String, dynamic>{
'method': 'initWithNamespaces',
'namespaces': namespaces,
},
);
}