clusters property

List<SuggestionClusterProto>? clusters
getter/setter pair

A sequence of accessibility suggestions, grouped into clusters.

Within the sequence, clusters that belong to the same SuggestionCategory should be adjacent. Within each category, clusters should be ordered by their SuggestionPriority (ERRORs first). The categories should be ordered by their highest priority cluster.

Implementation

core.List<SuggestionClusterProto>? clusters;