PlatformStatusChat constructor

PlatformStatusChat({
  1. int? id,
  2. String? label,
  3. String? colorCode,
  4. String? iconUrl,
  5. int? isTmp,
})

Implementation

PlatformStatusChat({
  this.id,
  this.label,
  this.colorCode,
  this.iconUrl,
  this.isTmp,
});