toJson method
Implementation
Map toJson() => {
"date": date,
"id": id,
"background": background,
"foreground": foreground,
};
Map toJson() => {
"date": date,
"id": id,
"background": background,
"foreground": foreground,
};