InlineObject class
An object that appears inline with text.
An InlineObject contains an EmbeddedObject such as an image.
Constructors
-
InlineObject({InlineObjectProperties? inlineObjectProperties, String? objectId, List<
String> ? suggestedDeletionIds, Map<String, SuggestedInlineObjectProperties> ? suggestedInlineObjectPropertiesChanges, String? suggestedInsertionId}) - InlineObject.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineObjectProperties ↔ InlineObjectProperties?
-
The properties of this inline object.
getter/setter pair
- objectId ↔ String?
-
The ID of this inline object.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suggestedDeletionIds
↔ List<
String> ? -
The suggested deletion IDs.
getter/setter pair
-
suggestedInlineObjectPropertiesChanges
↔ Map<
String, SuggestedInlineObjectProperties> ? -
The suggested changes to the inline object properties, keyed by suggestion
ID.
getter/setter pair
- suggestedInsertionId ↔ String?
-
The suggested insertion ID.
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