EnvConfig constructor
const
EnvConfig({})
Implementation
const EnvConfig({
required this.environment,
required this.baseUrl,
this.enableLogging = false,
this.enableCrashReporting = false,
this.connectionTimeout = const Duration(seconds: 30),
this.receiveTimeout = const Duration(seconds: 30),
});