contexts property

Map<String, dynamic> contexts

Unmodifiable map of the scope contexts key/value See also:

Implementation

Map<String, dynamic> get contexts => Map.unmodifiable(_contexts);