locals property

Map<String, dynamic> get locals

Local variables that are defined for the context of this template.

Implementation

Map<String, dynamic> get locals => _locals;