customSurveyThemeToMap function

String customSurveyThemeToMap(
  1. CustomSurveyTheme data
)

Implementation

String customSurveyThemeToMap(CustomSurveyTheme data) =>
    json.encode(data.toMap());