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