environment property
The root environment.
The root environment does not have a parent, and its key is always -1.
Implementation
final DartBlockEnvironment environment = DartBlockEnvironment(
-1,
children: [],
);
The root environment.
The root environment does not have a parent, and its key is always -1.
final DartBlockEnvironment environment = DartBlockEnvironment(
-1,
children: [],
);