toJson method

Map toJson()

Implementation

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