fields property
A comma-separated list of data fields to return for the matched entries.
Valid field names are: 'definitions', 'domains', 'etymologies', 'examples', 'pronunciations', 'regions', 'registers' and 'variantForms'.
If null, all available fields for each term are returned.
If specified and empty, the minimum payload for each term is returned.
If more field names are specified, then the minimum payload plus the specified fields for each term are returned.
Implementation
final Iterable<String>? fields;