SurveyParameters.withVariables constructor
Implementation
SurveyParameters.withVariables(
this.screenName,
Map<String, String> customerVariables,
) : customerVariables = Map<String, String>.from(customerVariables);
SurveyParameters.withVariables(
this.screenName,
Map<String, String> customerVariables,
) : customerVariables = Map<String, String>.from(customerVariables);