InlineObject constructor
InlineObject({
- InlineObjectProperties? inlineObjectProperties,
- String? objectId,
- List<
String> ? suggestedDeletionIds, - Map<
String, SuggestedInlineObjectProperties> ? suggestedInlineObjectPropertiesChanges, - String? suggestedInsertionId,
Implementation
InlineObject({
this.inlineObjectProperties,
this.objectId,
this.suggestedDeletionIds,
this.suggestedInlineObjectPropertiesChanges,
this.suggestedInsertionId,
});