toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (namedStyleType != null) 'namedStyleType': namedStyleType!,
if (paragraphStyleSuggestionState != null)
'paragraphStyleSuggestionState': paragraphStyleSuggestionState!,
if (textStyleSuggestionState != null)
'textStyleSuggestionState': textStyleSuggestionState!,
};