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