StoredContentsExampleParameters constructor
StoredContentsExampleParameters({
- String? searchKey,
- StoredContentsExampleParameters_ContentSearchKey? contentSearchKey,
- ExamplesArrayFilter? functionNames,
Implementation
StoredContentsExampleParameters({
this.searchKey,
this.contentSearchKey,
this.functionNames,
}) : super(fullyQualifiedName);