decomposition property

  1. @JsonKey(name: r'decomposition')
List<String>? decomposition
final

For compound entries, governs the behavior of the word parameter.

Implementation

@JsonKey(name: r'decomposition')
final List<String>? decomposition;