Call constructor
Call()
Implementation
Call(
this.id,
this.status,
this.muted,
this.speakerphone,
this.duration,
this.startTime,
this.establishTime,
this.endTime,
this.source,
this.destination,
) {
_callEventChannel.setMethodCallHandler(_onMethodCall);
}