CallReplaces constructor
CallReplaces({
- String? replacement_id,
- CallReplacesTarget? target_user,
- String? create_call,
- String? await_call,
- String? target_room,
Implementation
CallReplaces({
this.replacement_id,
this.target_user,
this.create_call,
this.await_call,
this.target_room,
});