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