operator [] method

String? operator [](
  1. String name
)

获取环境变量

Implementation

String? operator [](String name) => env[name];