copyWith method

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

Implementation

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