environmentOverride property

Map<String, String>? environmentOverride
final

Overrides Platform.environment for tenant-selection purposes — null (the real-world default) means use the real environment. Exists so test/builder_test.dart can exercise TENANT_ID selection deterministically without forking a real subprocess per test case.

Implementation

final Map<String, String>? environmentOverride;