PositionedObject class
An object that's tethered to a Paragraph and positioned relative to the beginning of the paragraph.
A PositionedObject contains an EmbeddedObject such as an image.
Constructors
- 
          PositionedObject({String? objectId, PositionedObjectProperties? positionedObjectProperties, List<String> ? suggestedDeletionIds, String? suggestedInsertionId, Map<String, SuggestedPositionedObjectProperties> ? suggestedPositionedObjectPropertiesChanges})
- PositionedObject.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- objectId ↔ String?
- 
  The ID of this positioned object.
  getter/setter pair
- positionedObjectProperties ↔ PositionedObjectProperties?
- 
  The properties of this positioned 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
- suggestedInsertionId ↔ String?
- 
  The suggested insertion ID.
  getter/setter pair
- 
  suggestedPositionedObjectPropertiesChanges
  ↔ Map<String, SuggestedPositionedObjectProperties> ?
- 
  The suggested changes to the positioned object properties, keyed by
suggestion 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