SurveyParameters.withVariables constructor

SurveyParameters.withVariables(
  1. String screenName,
  2. Map<String, String> customerVariables
)

Implementation

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