CreateVocabularyFilterResponse constructor
CreateVocabularyFilterResponse({
- LanguageCode? languageCode,
- DateTime? lastModifiedTime,
- String? vocabularyFilterName,
Implementation
CreateVocabularyFilterResponse({
this.languageCode,
this.lastModifiedTime,
this.vocabularyFilterName,
});