StoredContentsExample constructor
StoredContentsExample({
- String searchKey = '',
- required ContentsExample? contentsExample,
- StoredContentsExample_SearchKeyGenerationMethod? searchKeyGenerationMethod,
Implementation
StoredContentsExample({
this.searchKey = '',
required this.contentsExample,
this.searchKeyGenerationMethod,
}) : super(fullyQualifiedName);