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