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