LudoEngineRollResult constructor
const
LudoEngineRollResult({
- required LudoGameState state,
- required bool passed,
Implementation
const LudoEngineRollResult({required this.state, required this.passed});