toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final columnProperties = this.columnProperties;
  final columnSeparatorStyle = this.columnSeparatorStyle;
  final contentDirection = this.contentDirection;
  final defaultFooterId = this.defaultFooterId;
  final defaultHeaderId = this.defaultHeaderId;
  final evenPageFooterId = this.evenPageFooterId;
  final evenPageHeaderId = this.evenPageHeaderId;
  final firstPageFooterId = this.firstPageFooterId;
  final firstPageHeaderId = this.firstPageHeaderId;
  final flipPageOrientation = this.flipPageOrientation;
  final marginBottom = this.marginBottom;
  final marginFooter = this.marginFooter;
  final marginHeader = this.marginHeader;
  final marginLeft = this.marginLeft;
  final marginRight = this.marginRight;
  final marginTop = this.marginTop;
  final pageNumberStart = this.pageNumberStart;
  final sectionType = this.sectionType;
  final useFirstPageHeaderFooter = this.useFirstPageHeaderFooter;
  return {
    'columnProperties': ?columnProperties,
    'columnSeparatorStyle': ?columnSeparatorStyle,
    'contentDirection': ?contentDirection,
    'defaultFooterId': ?defaultFooterId,
    'defaultHeaderId': ?defaultHeaderId,
    'evenPageFooterId': ?evenPageFooterId,
    'evenPageHeaderId': ?evenPageHeaderId,
    'firstPageFooterId': ?firstPageFooterId,
    'firstPageHeaderId': ?firstPageHeaderId,
    'flipPageOrientation': ?flipPageOrientation,
    'marginBottom': ?marginBottom,
    'marginFooter': ?marginFooter,
    'marginHeader': ?marginHeader,
    'marginLeft': ?marginLeft,
    'marginRight': ?marginRight,
    'marginTop': ?marginTop,
    'pageNumberStart': ?pageNumberStart,
    'sectionType': ?sectionType,
    'useFirstPageHeaderFooter': ?useFirstPageHeaderFooter,
  };
}