all abstract method

Map<String, String?> all()

Returns a map of all environment variables.

The keys are the names of the environment variables, and the values are their corresponding values.

Implementation

Map<String, String?> all();