PronunciationDictionaryLocatorResponseModel constructor

const PronunciationDictionaryLocatorResponseModel({
  1. required String pronunciationDictionaryId,
  2. required dynamic versionId,
})

Implementation

const PronunciationDictionaryLocatorResponseModel({
  required this.pronunciationDictionaryId,
  required this.versionId,
});