A map of environment variables for the current process.
Example: {'PATH': '/usr/bin', 'HOME': '/home/username'}
{'PATH': '/usr/bin', 'HOME': '/home/username'}
final Map<String, String> environ = Map<String, String>.from(Platform.environment);