isGlobal property
Whether this is a global assignment.
Global assignments always affect only the global scope.
Implementation
final bool isGlobal;
Whether this is a global assignment.
Global assignments always affect only the global scope.
final bool isGlobal;