copyWith method

StartScheduledVideoChat copyWith({
  1. int? groupCallId,
})

Implementation

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