MoveInstantaneousReward constructor

const MoveInstantaneousReward({
  1. required MIRPot pot,
  2. required MIR variant,
})

Constructs a MoveInstantaneousReward object with the specified pot and variant.

Implementation

const MoveInstantaneousReward({required this.pot, required this.variant});