copyWith method

Implementation

TargetChatInternalLink copyWith({InternalLinkType? link}) =>
    TargetChatInternalLink(link: link ?? this.link);