StaticEndpointConfig constructor

StaticEndpointConfig({
  1. Map<String, Object?>? endpointConfig,
  2. String? lastUpdated,
})

Implementation

StaticEndpointConfig({
  this.endpointConfig,
  this.lastUpdated,
});