environment property

DartBlockEnvironment environment
final

The root environment.

The root environment does not have a parent, and its key is always -1.

Implementation

final DartBlockEnvironment environment = DartBlockEnvironment(
  -1,
  children: [],
);