SectionBreak class
A StructuralElement representing a section break.
A section is a range of content that has the same SectionStyle. A section break represents the start of a new section, and the section style applies to the section after the section break. The document body always begins with a section break.
Constructors
- 
          SectionBreak({SectionStyle? sectionStyle, List<String> ? suggestedDeletionIds, List<String> ? suggestedInsertionIds})
- SectionBreak.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sectionStyle ↔ SectionStyle?
- 
  The style of the section after this section break.
  getter/setter pair
- 
  suggestedDeletionIds
  ↔ List<String> ?
- 
  The suggested deletion IDs.
  getter/setter pair
- 
  suggestedInsertionIds
  ↔ List<String> ?
- 
  The suggested insertion IDs.
  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