SteelPathReward constructor

const SteelPathReward({
  1. required String name,
  2. required int cost,
})

Data about the a steel path reward.

Implementation

const SteelPathReward({required this.name, required this.cost});