AddPronunciationDictionaryResponseModel constructor
const
AddPronunciationDictionaryResponseModel({})
Implementation
const AddPronunciationDictionaryResponseModel({
required this.id,
required this.name,
required this.createdBy,
required this.creationTimeUnix,
required this.versionId,
required this.versionRulesNum,
this.description,
required this.permissionOnResource,
});