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