CallReplaces constructor

CallReplaces({
  1. String? replacement_id,
  2. CallReplacesTarget? target_user,
  3. String? create_call,
  4. String? await_call,
  5. String? target_room,
})

Implementation

CallReplaces({
  this.replacement_id,
  this.target_user,
  this.create_call,
  this.await_call,
  this.target_room,
});