Call constructor

Call({
  1. String? extra,
  2. int? client_id,
  3. int32? id,
  4. int53? user_id,
  5. Bool? is_outgoing,
  6. Bool? is_video,
  7. CallState? state,
})

Implementation

Call({
  super.extra,
  super.client_id,
  this.id,
  this.user_id,
  this.is_outgoing,
  this.is_video,
  this.state,
});