EnvContext constructor
const
EnvContext({
- required String platform,
- required String platformRaw,
- required String arch,
- String nodeVersion = '',
- String? terminal,
- String packageManagers = '',
- String runtimes = '',
- bool isCi = false,
- bool isRemote = false,
- bool isLocalAgentMode = false,
- String version = '',
- String? versionBase,
- String buildTime = '',
- String deploymentEnvironment = 'production',
- String? wslVersion,
- String? linuxDistroId,
- String? vcs,
Implementation
const EnvContext({
required this.platform,
required this.platformRaw,
required this.arch,
this.nodeVersion = '',
this.terminal,
this.packageManagers = '',
this.runtimes = '',
this.isCi = false,
this.isRemote = false,
this.isLocalAgentMode = false,
this.version = '',
this.versionBase,
this.buildTime = '',
this.deploymentEnvironment = 'production',
this.wslVersion,
this.linuxDistroId,
this.vcs,
});