LiveIcon constructor
LiveIcon(
- int id,
- String type,
- LiveIconColor color,
- LiveIconPhoto photo,
Implementation
LiveIcon(this.id, this.type, this.color, this.photo);