EndpointsSettings constructor

const EndpointsSettings({
  1. required AuthEndpoints authEndpoints,
  2. required StorageEndpoints storageEndpoints,
  3. required DbServerEndpoints dbEndpoints,
})

Implementation

const EndpointsSettings({
  required this.authEndpoints,
  required this.storageEndpoints,
  required this.dbEndpoints,
});