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