StoredContentsExampleParameters constructor

StoredContentsExampleParameters({
  1. String? searchKey,
  2. StoredContentsExampleParameters_ContentSearchKey? contentSearchKey,
  3. ExamplesArrayFilter? functionNames,
})

Implementation

StoredContentsExampleParameters({
  this.searchKey,
  this.contentSearchKey,
  this.functionNames,
}) : super(fullyQualifiedName);