An immutable mapping of variables which were available within this frame (usually context-locals).
Map<String, dynamic> get vars => Map.unmodifiable(_vars ?? const {});