values property

Map<String, dynamic> values
getter/setter pair

Key/value pairs passed to the template. The values will be converted to strings using the toString method of the values.

Implementation

Map<String, dynamic> values = {};