LudoEngineRollResult constructor

const LudoEngineRollResult({
  1. required LudoGameState state,
  2. required bool passed,
})

Implementation

const LudoEngineRollResult({required this.state, required this.passed});