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