toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final descriptionSuggested = this.descriptionSuggested;
final embeddedDrawingPropertiesSuggestionState =
this.embeddedDrawingPropertiesSuggestionState;
final embeddedObjectBorderSuggestionState =
this.embeddedObjectBorderSuggestionState;
final imagePropertiesSuggestionState = this.imagePropertiesSuggestionState;
final linkedContentReferenceSuggestionState =
this.linkedContentReferenceSuggestionState;
final marginBottomSuggested = this.marginBottomSuggested;
final marginLeftSuggested = this.marginLeftSuggested;
final marginRightSuggested = this.marginRightSuggested;
final marginTopSuggested = this.marginTopSuggested;
final sizeSuggestionState = this.sizeSuggestionState;
final titleSuggested = this.titleSuggested;
return {
'descriptionSuggested': ?descriptionSuggested,
'embeddedDrawingPropertiesSuggestionState':
?embeddedDrawingPropertiesSuggestionState,
'embeddedObjectBorderSuggestionState':
?embeddedObjectBorderSuggestionState,
'imagePropertiesSuggestionState': ?imagePropertiesSuggestionState,
'linkedContentReferenceSuggestionState':
?linkedContentReferenceSuggestionState,
'marginBottomSuggested': ?marginBottomSuggested,
'marginLeftSuggested': ?marginLeftSuggested,
'marginRightSuggested': ?marginRightSuggested,
'marginTopSuggested': ?marginTopSuggested,
'sizeSuggestionState': ?sizeSuggestionState,
'titleSuggested': ?titleSuggested,
};
}