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