CallDestination constructor

CallDestination(
  1. String toExt,
  2. int fromAccId,
  3. bool withVideo, [
  4. String? displName,
])

Implementation

CallDestination(this.toExt, this.fromAccId, this.withVideo, [this.displName]);