GetVocabularyFilterResponse constructor

GetVocabularyFilterResponse({
  1. String? downloadUri,
  2. LanguageCode? languageCode,
  3. DateTime? lastModifiedTime,
  4. String? vocabularyFilterName,
})

Implementation

GetVocabularyFilterResponse({
  this.downloadUri,
  this.languageCode,
  this.lastModifiedTime,
  this.vocabularyFilterName,
});