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