all method

  1. @override
Map<String, String> all()
override

Returns a map of all environment variables.

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

Implementation

@override
Map<String, String> all() => dotenv.env;