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