Home constructor

Home({
  1. int? id,
  2. String? name,
  3. bool? winner,
})

Implementation

Home({this.id, this.name, this.logo, this.winner});