toJson method

Map<String, String> toJson()

Returns a snapshot of the environment variables at invocation as a simple Map of keys and values.

Implementation

Map<String, String> toJson() => _delegate.toObject();