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