encode method
Implementation
Object encode() {
return <Object?>[
themeColor,
textColor,
backgroundColor,
tileColor,
buttonMainColor,
buttonSecondaryColor,
];
}
Object encode() {
return <Object?>[
themeColor,
textColor,
backgroundColor,
tileColor,
buttonMainColor,
buttonSecondaryColor,
];
}