VocabularyInfo constructor
VocabularyInfo({
- LanguageCode? languageCode,
- DateTime? lastModifiedTime,
- String? vocabularyName,
- VocabularyState? vocabularyState,
Implementation
VocabularyInfo({
this.languageCode,
this.lastModifiedTime,
this.vocabularyName,
this.vocabularyState,
});