copyWith method

InternalLinkTypeNewStory copyWith({
  1. StoryContentType? contentType,
})

Implementation

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