copyWith method
Implementation
BanGroupCallParticipants copyWith({int? groupCallId, List<int>? userIds}) =>
BanGroupCallParticipants(
groupCallId: groupCallId ?? this.groupCallId,
userIds: userIds ?? this.userIds,
);
BanGroupCallParticipants copyWith({int? groupCallId, List<int>? userIds}) =>
BanGroupCallParticipants(
groupCallId: groupCallId ?? this.groupCallId,
userIds: userIds ?? this.userIds,
);