values property

Map<String, int>? values
getter/setter pair

A map from the values of field to the number of jobs with that value in this search result.

Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.

Implementation

core.Map<core.String, core.int>? values;