GetPronunciationDictionariesMetadataResponseModel constructor

const GetPronunciationDictionariesMetadataResponseModel({
  1. required List<GetPronunciationDictionaryMetadataResponseModel> pronunciationDictionaries,
  2. dynamic nextCursor,
  3. required bool hasMore,
})

Implementation

const GetPronunciationDictionariesMetadataResponseModel({
  required this.pronunciationDictionaries,
  this.nextCursor,
  required this.hasMore,
});