CreatePronunciationDictionaryResponseModel constructor

const CreatePronunciationDictionaryResponseModel({
  1. required String status,
})

Implementation

const CreatePronunciationDictionaryResponseModel({
  required this.status,
});