StatusData({ String? name, String? textColor, String? bgColor,}){ _name = name; _textColor = textColor; _bgColor = bgColor; }