EmbeddedObjectSuggestionState class

A mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion.

For any field set to true, there's a new suggested value.

Constructors

EmbeddedObjectSuggestionState({bool? descriptionSuggested, EmbeddedDrawingPropertiesSuggestionState? embeddedDrawingPropertiesSuggestionState, EmbeddedObjectBorderSuggestionState? embeddedObjectBorderSuggestionState, ImagePropertiesSuggestionState? imagePropertiesSuggestionState, LinkedContentReferenceSuggestionState? linkedContentReferenceSuggestionState, bool? marginBottomSuggested, bool? marginLeftSuggested, bool? marginRightSuggested, bool? marginTopSuggested, SizeSuggestionState? sizeSuggestionState, bool? titleSuggested})
EmbeddedObjectSuggestionState.fromJson(Map json_)

Properties

descriptionSuggested ↔ bool?
Indicates if there was a suggested change to description.
getter/setter pair
embeddedDrawingPropertiesSuggestionState ↔ EmbeddedDrawingProperties?
A mask that indicates which of the fields in embedded_drawing_properties have been changed in this suggestion.
getter/setter pair
embeddedObjectBorderSuggestionState ↔ EmbeddedObjectBorderSuggestionState?
A mask that indicates which of the fields in embedded_object_border have been changed in this suggestion.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
imagePropertiesSuggestionState ↔ ImagePropertiesSuggestionState?
A mask that indicates which of the fields in image_properties have been changed in this suggestion.
getter/setter pair
linkedContentReferenceSuggestionState ↔ LinkedContentReferenceSuggestionState?
A mask that indicates which of the fields in linked_content_reference have been changed in this suggestion.
getter/setter pair
marginBottomSuggested ↔ bool?
Indicates if there was a suggested change to margin_bottom.
getter/setter pair
marginLeftSuggested ↔ bool?
Indicates if there was a suggested change to margin_left.
getter/setter pair
marginRightSuggested ↔ bool?
Indicates if there was a suggested change to margin_right.
getter/setter pair
marginTopSuggested ↔ bool?
Indicates if there was a suggested change to margin_top.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizeSuggestionState ↔ SizeSuggestionState?
A mask that indicates which of the fields in size have been changed in this suggestion.
getter/setter pair
titleSuggested ↔ bool?
Indicates if there was a suggested change to title.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited