variables property

Map<String, Object?>? variables
final

An object used as a dictionary for looking up the variables in the format string.

Implementation

final Map<String, Object?>? variables;