includePlatformEnvironment property

bool includePlatformEnvironment
final

If true, the underlying map will contain the entries of Platform.environment, even after calling clear. Otherwise, it will be empty until populated by load.

Implementation

final bool includePlatformEnvironment;