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