compounds property

  1. @JsonKey(name: r'compounds')
Map<String, bool>? compounds
final

Key-value pair of a language ISO code and a boolean value.

Implementation

@JsonKey(name: r'compounds')
final Map<String, bool>? compounds;