toJson method
Converts a BackgroundTypeChatTheme object to JSON.
Implementation
@override
Map<String, dynamic> toJson() {
return {
'type': type.value,
'theme_name': themeName,
};
}
Converts a BackgroundTypeChatTheme object to JSON.
@override
Map<String, dynamic> toJson() {
return {
'type': type.value,
'theme_name': themeName,
};
}