core.Map<core.String, core.dynamic> toJson() { final footerWidgets = this.footerWidgets; final widgets = this.widgets; return {'footerWidgets': ?footerWidgets, 'widgets': ?widgets}; }