copyWith method
Implementation
InternalLinkTypeStickerSet copyWith({
String? stickerSetName,
bool? expectCustomEmoji,
}) => InternalLinkTypeStickerSet(
stickerSetName: stickerSetName ?? this.stickerSetName,
expectCustomEmoji: expectCustomEmoji ?? this.expectCustomEmoji,
);