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