EndpointsSettings constructor
const
EndpointsSettings({
- required AuthEndpoints authEndpoints,
- required StorageEndpoints storageEndpoints,
- required DbServerEndpoints dbEndpoints,
Implementation
const EndpointsSettings({
required this.authEndpoints,
required this.storageEndpoints,
required this.dbEndpoints,
});