Env class
环境变量
- Available extensions
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String name) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator +(
Env environment) → void -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String name) → String? - 获取环境变量
-
operator []=(
String name, String value) → void - 设置环境变量