Returns environment variable with name or null if not exists
String? getenv(String name) { return dart_io.Platform.environment[name]; }