env property

Map<String, String> env

Retrieves the environment variables.

Implementation

Map<String, String> get env => Platform.environment;