Holds the override implementation of the widget to get json format of the widget class
@override Map<String, dynamic> toJson() { return {"baseStyle": cardBaseStyles.toJson(), ...super.toJson()}; }