customSurveyThemeFromMap function

CustomSurveyTheme customSurveyThemeFromMap(
  1. String str
)

Implementation

CustomSurveyTheme customSurveyThemeFromMap(String str) =>
    CustomSurveyTheme.fromMap(json.decode(str));