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