Outcome constructor

const Outcome({
  1. Side? winner,
})

Implementation

const Outcome({this.winner});