FootballPlayerData constructor
const
FootballPlayerData({})
Implementation
const FootballPlayerData({
required this.id,
required this.fullName,
required this.birthday,
required this.countryId,
this.imagePath,
this.description,
});