GetPronunciationDictionariesMetadataResponseModel constructor
const
GetPronunciationDictionariesMetadataResponseModel({
- required List<
GetPronunciationDictionaryMetadataResponseModel> pronunciationDictionaries, - dynamic nextCursor,
- required bool hasMore,
Implementation
const GetPronunciationDictionariesMetadataResponseModel({
required this.pronunciationDictionaries,
this.nextCursor,
required this.hasMore,
});