DynamicEndpointConfig constructor

DynamicEndpointConfig({
  1. String? clientStatus,
  2. Map<String, Object?>? endpointConfig,
  3. UpdateFailureState? errorState,
  4. String? lastUpdated,
  5. String? versionInfo,
})

Implementation

DynamicEndpointConfig({
  this.clientStatus,
  this.endpointConfig,
  this.errorState,
  this.lastUpdated,
  this.versionInfo,
});