DiceStickersSlotMachine constructor

DiceStickersSlotMachine(
  1. {required Sticker background,
  2. required Sticker lever,
  3. required Sticker left_reel,
  4. required Sticker center_reel,
  5. required Sticker right_reel,
  6. int? extra,
  7. int? clientId}
)

Animated stickers to be combined into a slot machine

Implementation

DiceStickersSlotMachine