Env class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String key) → void
Delete the value of an environment variable.
get(String key) String?
Retrieve the value of an environment variable.
has(String key) bool
Check whether an environment variable is present or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String key, String value) → void
Set the value of an environment variable.
toJson() Map<String, String>
Returns a snapshot of the environment variables at invocation as a simple Map of keys and values.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited