copyWith method
Implementation
StartScheduledVideoChat copyWith({int? groupCallId}) =>
StartScheduledVideoChat(groupCallId: groupCallId ?? this.groupCallId);
StartScheduledVideoChat copyWith({int? groupCallId}) =>
StartScheduledVideoChat(groupCallId: groupCallId ?? this.groupCallId);