diceStickersSlotMachine property
Animated stickers to be combined into a slot machine
Implementation
DiceStickersSlotMachine? get diceStickersSlotMachine {
if (this is DiceStickersSlotMachine) {
return this as DiceStickersSlotMachine;
}
return null;
}