LiveIcon constructor

LiveIcon(
  1. int id,
  2. String type,
  3. LiveIconColor color,
  4. LiveIconPhoto photo,
)

Implementation

LiveIcon(this.id, this.type, this.color, this.photo);