toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final autoText = this.autoText;
final columnBreak = this.columnBreak;
final dateElement = this.dateElement;
final endIndex = this.endIndex;
final equation = this.equation;
final footnoteReference = this.footnoteReference;
final horizontalRule = this.horizontalRule;
final inlineObjectElement = this.inlineObjectElement;
final pageBreak = this.pageBreak;
final person = this.person;
final richLink = this.richLink;
final startIndex = this.startIndex;
final textRun = this.textRun;
return {
'autoText': ?autoText,
'columnBreak': ?columnBreak,
'dateElement': ?dateElement,
'endIndex': ?endIndex,
'equation': ?equation,
'footnoteReference': ?footnoteReference,
'horizontalRule': ?horizontalRule,
'inlineObjectElement': ?inlineObjectElement,
'pageBreak': ?pageBreak,
'person': ?person,
'richLink': ?richLink,
'startIndex': ?startIndex,
'textRun': ?textRun,
};
}