copyWith method

InternalLinkTypeLiveStory copyWith({
  1. String? storyPosterUsername,
})

Implementation

InternalLinkTypeLiveStory copyWith({String? storyPosterUsername}) =>
    InternalLinkTypeLiveStory(
      storyPosterUsername: storyPosterUsername ?? this.storyPosterUsername,
    );