LiveActivityInfo constructor
const
LiveActivityInfo({})
Implementation
const LiveActivityInfo({
required this.id,
this.template,
this.status,
this.homeTeamName,
this.awayTeamName,
this.homeScore,
this.awayScore,
this.phase,
});