secondaryPriority property

double? secondaryPriority
getter/setter pair

Relative importance of a suggestion as compared with other suggestions that have the same priority and category.

This is a meaningless value that can be used to order suggestions that are in the same category and have the same priority. The larger values have higher priority (i.e., are more important). Optional.

Implementation

core.double? secondaryPriority;