CreatePronunciationDictionaryResponseModel constructor
const
CreatePronunciationDictionaryResponseModel({
- required String status,
Implementation
const CreatePronunciationDictionaryResponseModel({
required this.status,
});