copyWith method

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

Implementation

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