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