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