toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final backgroundSuggestionState = this.backgroundSuggestionState;
  final defaultFooterIdSuggested = this.defaultFooterIdSuggested;
  final defaultHeaderIdSuggested = this.defaultHeaderIdSuggested;
  final evenPageFooterIdSuggested = this.evenPageFooterIdSuggested;
  final evenPageHeaderIdSuggested = this.evenPageHeaderIdSuggested;
  final firstPageFooterIdSuggested = this.firstPageFooterIdSuggested;
  final firstPageHeaderIdSuggested = this.firstPageHeaderIdSuggested;
  final flipPageOrientationSuggested = this.flipPageOrientationSuggested;
  final marginBottomSuggested = this.marginBottomSuggested;
  final marginFooterSuggested = this.marginFooterSuggested;
  final marginHeaderSuggested = this.marginHeaderSuggested;
  final marginLeftSuggested = this.marginLeftSuggested;
  final marginRightSuggested = this.marginRightSuggested;
  final marginTopSuggested = this.marginTopSuggested;
  final pageNumberStartSuggested = this.pageNumberStartSuggested;
  final pageSizeSuggestionState = this.pageSizeSuggestionState;
  final useCustomHeaderFooterMarginsSuggested =
      this.useCustomHeaderFooterMarginsSuggested;
  final useEvenPageHeaderFooterSuggested =
      this.useEvenPageHeaderFooterSuggested;
  final useFirstPageHeaderFooterSuggested =
      this.useFirstPageHeaderFooterSuggested;
  return {
    'backgroundSuggestionState': ?backgroundSuggestionState,
    'defaultFooterIdSuggested': ?defaultFooterIdSuggested,
    'defaultHeaderIdSuggested': ?defaultHeaderIdSuggested,
    'evenPageFooterIdSuggested': ?evenPageFooterIdSuggested,
    'evenPageHeaderIdSuggested': ?evenPageHeaderIdSuggested,
    'firstPageFooterIdSuggested': ?firstPageFooterIdSuggested,
    'firstPageHeaderIdSuggested': ?firstPageHeaderIdSuggested,
    'flipPageOrientationSuggested': ?flipPageOrientationSuggested,
    'marginBottomSuggested': ?marginBottomSuggested,
    'marginFooterSuggested': ?marginFooterSuggested,
    'marginHeaderSuggested': ?marginHeaderSuggested,
    'marginLeftSuggested': ?marginLeftSuggested,
    'marginRightSuggested': ?marginRightSuggested,
    'marginTopSuggested': ?marginTopSuggested,
    'pageNumberStartSuggested': ?pageNumberStartSuggested,
    'pageSizeSuggestionState': ?pageSizeSuggestionState,
    'useCustomHeaderFooterMarginsSuggested':
        ?useCustomHeaderFooterMarginsSuggested,
    'useEvenPageHeaderFooterSuggested': ?useEvenPageHeaderFooterSuggested,
    'useFirstPageHeaderFooterSuggested': ?useFirstPageHeaderFooterSuggested,
  };
}