copyWith method
Implementation
SendCallLog copyWith({InputCall? callId, InputFile? logFile}) => SendCallLog(
callId: callId ?? this.callId,
logFile: logFile ?? this.logFile,
);
SendCallLog copyWith({InputCall? callId, InputFile? logFile}) => SendCallLog(
callId: callId ?? this.callId,
logFile: logFile ?? this.logFile,
);