PronunciationDictionaryVersionLocatorRequestModel constructor

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

Implementation

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