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