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