copyWith method

UpdateStickerSet copyWith({
  1. StickerSet? stickerSet,
})

Implementation

UpdateStickerSet copyWith({StickerSet? stickerSet}) =>
    UpdateStickerSet(stickerSet: stickerSet ?? this.stickerSet);