pronunciationDictionaryVersions property

  1. @JsonKey.new(name: 'pronunciation_dictionary_versions', defaultValue: <PronunciationDictionaryVersionResponseModel>[])
List<PronunciationDictionaryVersionResponseModel> pronunciationDictionaryVersions
final

Implementation

@JsonKey(
    name: 'pronunciation_dictionary_versions',
    defaultValue: <PronunciationDictionaryVersionResponseModel>[])
final List<PronunciationDictionaryVersionResponseModel>
    pronunciationDictionaryVersions;