CallDestination constructor

CallDestination(
  1. String toExt,
  2. int fromAccId,
  3. bool withVideo
)

Implementation

CallDestination(this.toExt, this.fromAccId, this.withVideo);