toJson method
Implementation
Map toJson() {
return {
'type': type.caseName(),
'size': size,
'background': backgroundColor,
'foreground': loadingColor,
};
}
Map toJson() {
return {
'type': type.caseName(),
'size': size,
'background': backgroundColor,
'foreground': loadingColor,
};
}