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