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