StoredContentsExample constructor

StoredContentsExample({
  1. String searchKey = '',
  2. required ContentsExample? contentsExample,
  3. StoredContentsExample_SearchKeyGenerationMethod? searchKeyGenerationMethod,
})

Implementation

StoredContentsExample({
  this.searchKey = '',
  required this.contentsExample,
  this.searchKeyGenerationMethod,
}) : super(fullyQualifiedName);