copyWith method
Implementation
StoryRepostInfo copyWith({StoryOrigin? origin, bool? isContentModified}) =>
StoryRepostInfo(
origin: origin ?? this.origin,
isContentModified: isContentModified ?? this.isContentModified,
);
StoryRepostInfo copyWith({StoryOrigin? origin, bool? isContentModified}) =>
StoryRepostInfo(
origin: origin ?? this.origin,
isContentModified: isContentModified ?? this.isContentModified,
);