vars property

Map<String, String> vars

An immutable mapping of variables which were available within this frame (usually context-locals).

Implementation

Map<String, String> get vars => Map.unmodifiable(_vars ?? const {});