copyWith method

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

Implementation

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