encode method
Implementation
Object encode() {
return <Object?>[
enabled,
backgroundSourceType,
color,
source,
blur_degree,
];
}
Object encode() {
return <Object?>[
enabled,
backgroundSourceType,
color,
source,
blur_degree,
];
}