copyWith method
Implementation
AcceptCall copyWith({int? callId, CallProtocol? protocol}) => AcceptCall(
callId: callId ?? this.callId,
protocol: protocol ?? this.protocol,
);
AcceptCall copyWith({int? callId, CallProtocol? protocol}) => AcceptCall(
callId: callId ?? this.callId,
protocol: protocol ?? this.protocol,
);