PronunciationDictionaryVersionResponseModel constructor
const
PronunciationDictionaryVersionResponseModel({})
Implementation
const PronunciationDictionaryVersionResponseModel({
required this.versionId,
required this.versionRulesNum,
required this.pronunciationDictionaryId,
required this.dictionaryName,
required this.versionName,
required this.permissionOnResource,
required this.createdBy,
required this.creationTimeUnix,
this.archivedTimeUnix,
});