toJson method
Implementation
Map toJson() => {
'appName': appName,
'colors': colors,
'locale': locale,
'theme': theme,
};
Map toJson() => {
'appName': appName,
'colors': colors,
'locale': locale,
'theme': theme,
};