copyWith method

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

Implementation

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