CallGroup constructor

CallGroup(
  1. {String? guid,
  2. String? name,
  3. String? icon}
)

Implementation

CallGroup({
  this.guid,
  this.name,
  this.icon
});