copyWith method
Implementation
InternalLinkTypeNewStory copyWith({StoryContentType? contentType}) =>
InternalLinkTypeNewStory(contentType: contentType ?? this.contentType);
InternalLinkTypeNewStory copyWith({StoryContentType? contentType}) =>
InternalLinkTypeNewStory(contentType: contentType ?? this.contentType);