PronunciationDictionaryLocatorResponseModel constructor
const
PronunciationDictionaryLocatorResponseModel({
- required String pronunciationDictionaryId,
- required dynamic versionId,
Implementation
const PronunciationDictionaryLocatorResponseModel({
required this.pronunciationDictionaryId,
required this.versionId,
});