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