stylesSuggestionStates property

List<NamedStyleSuggestionState>? stylesSuggestionStates
getter/setter pair

A mask that indicates which of the fields on the corresponding NamedStyle in styles have been changed in this suggestion.

The order of these named style suggestion states matches the order of the corresponding named style within the named styles suggestion.

Implementation

core.List<NamedStyleSuggestionState>? stylesSuggestionStates;