SoccerMatch constructor

SoccerMatch({
  1. Fixture? fixture,
  2. League? league,
  3. Teams? teams,
  4. Goals? goals,
  5. Score? score,
})

Implementation

SoccerMatch({this.fixture, this.league, this.teams, this.goals, this.score});