Profile constructor
Profile({})
Implementation
Profile({
required this.id,
this.status,
this.badge,
this.shortCode,
this.site,
this.youtube,
this.twitch,
this.steam,
this.vk,
this.git
});
Profile({
required this.id,
this.status,
this.badge,
this.shortCode,
this.site,
this.youtube,
this.twitch,
this.steam,
this.vk,
this.git
});