Profile constructor
Profile({})
Implementation
Profile(
{required this.address,
required this.username,
required this.coins,
required this.stripeExists,
required this.supportedCoins,
required this.items});