copyWith method
Implementation
LinkPreviewTypeStickerSet copyWith({List<Sticker>? stickers}) =>
LinkPreviewTypeStickerSet(stickers: stickers ?? this.stickers);
LinkPreviewTypeStickerSet copyWith({List<Sticker>? stickers}) =>
LinkPreviewTypeStickerSet(stickers: stickers ?? this.stickers);