|
| static String get | apiBaseUrl |
| static String get | environment => dotenv.env['ENV'] ?? 'development' |
| static String get | appName => dotenv.env['APP_NAME'] ?? 'Aidra Connect' |
| static String get | appVersion => dotenv.env['APP_VERSION'] ?? '7.0.0+7' |
Definition at line 3 of file environment_config.dart.
◆ isDevEnvironment()
| bool EnvironmentConfig::isDevEnvironment |
( |
| ) |
|
|
staticprivate |
◆ isTestEnvironment()
| bool EnvironmentConfig::isTestEnvironment |
( |
| ) |
|
|
staticprivate |
◆ apiBaseUrl
| String get EnvironmentConfig::apiBaseUrl |
|
staticprivate |
Initial value: =>
dotenv.env['API_BASE_URL'] ?? 'https:
static int get apiTimeout => int.parse(dotenv.env['API_TIMEOUT'] ?? '30000')
Definition at line 5 of file environment_config.dart.
◆ appName
| String get EnvironmentConfig::appName => dotenv.env['APP_NAME'] ?? 'Aidra Connect' |
|
staticprivate |
◆ appVersion
| String get EnvironmentConfig::appVersion => dotenv.env['APP_VERSION'] ?? '7.0.0+7' |
|
staticprivate |
◆ environment
| String get EnvironmentConfig::environment => dotenv.env['ENV'] ?? 'development' |
|
staticprivate |
The documentation for this class was generated from the following file: