variables property

Map<String, String>? variables
final

Optional runtime variables to interpolate into the WidgetConfig. e.g. { "user_name": "Priya", "offer_value": "20%" } Keys must match variable placeholders declared in the Digia dashboard.

Implementation

final Map<String, String>? variables;