Socialaccounts constructor
Socialaccounts({})
Implementation
Socialaccounts({
required this.facebook,
required this.github,
required this.instagram,
required this.linkedin,
required this.reddit,
required this.steam,
required this.twitch,
required this.youtube,
required this.discord,
});