copyWith method

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

Implementation

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