customSpellingConfig property

  1. @JsonKey.new(name: 'custom_spelling_config')
CustomSpellingConfig? customSpellingConfig
final

Alpha Custom spelling configuration, if custom_spelling is enabled

Implementation

@JsonKey(name: 'custom_spelling_config')
final CustomSpellingConfig? customSpellingConfig;