pronunciationDictionaryLocators property

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

Implementation

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