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