PlayerRating constructor

const PlayerRating({
  1. String? idPlayer,
  2. String? idRelease,
  3. String? rating,
  4. String? ratingPosition,
  5. DateTime? date,
  6. String? tournamentsInYear,
  7. String? tournamentCountTotal,
})

Implementation

const PlayerRating({
  this.idPlayer,
  this.idRelease,
  this.rating,
  this.ratingPosition,
  this.date,
  this.tournamentsInYear,
  this.tournamentCountTotal,
});