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