StakeDiceState constructor
StakeDiceState({})
Implementation
StakeDiceState({
required this.stateHash,
required this.stakeGramAmount,
required this.suggestedStakeGramAmounts,
required this.currentStreak,
required this.prizePerMille,
required this.streakPrizePerMille,
});