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