GetVocabularyResponse constructor

GetVocabularyResponse({
  1. String? downloadUri,
  2. String? failureReason,
  3. LanguageCode? languageCode,
  4. DateTime? lastModifiedTime,
  5. String? vocabularyName,
  6. VocabularyState? vocabularyState,
})

Implementation

GetVocabularyResponse({
  this.downloadUri,
  this.failureReason,
  this.languageCode,
  this.lastModifiedTime,
  this.vocabularyName,
  this.vocabularyState,
});