pronunciationDictionaryLocators property

  1. @JsonKey.new(name: 'pronunciation_dictionary_locators', defaultValue: <PronunciationDictionaryVersionLocatorRequestModel>[])
List<PronunciationDictionaryVersionLocatorRequestModel>? pronunciationDictionaryLocators
final

Implementation

@JsonKey(
    name: 'pronunciation_dictionary_locators',
    defaultValue: <PronunciationDictionaryVersionLocatorRequestModel>[])
final List<PronunciationDictionaryVersionLocatorRequestModel>?
    pronunciationDictionaryLocators;