copyWith method

RemoveFavoriteSticker copyWith({
  1. InputFile? sticker,
})

Implementation

RemoveFavoriteSticker copyWith({
  InputFile? sticker,
}) =>
    RemoveFavoriteSticker(
      sticker: sticker ?? this.sticker,
    );