Id constructor

Id(
  1. String? call_id,
  2. String? local_tag,
  3. String? remote_tag
)

Implementation

Id(this.call_id, this.local_tag, this.remote_tag);