AppProfile constructor
AppProfile({
- String id = "",
- String name = "",
- Position? position,
- String address = "",
- String phoneNumber = "",
- String photoUrl = "",
- String coverImgUrl = "",
- String aboutMe = "",
- UsageReason usageReason = UsageReason.casual,
- String mainFeature = "",
- int lastSpotifySync = 0,
- double reviewStars = 10.0,
- bool isActive = false,
- ProfileType type = ProfileType.general,
- bool showInDirectory = false,
- VerificationLevel verificationLevel = VerificationLevel.none,
- int lastNameUpdate = 0,
Implementation
AppProfile({
this.id = "",
this.name = "",
this.position,
this.address = "",
this.phoneNumber = "",
this.photoUrl = "",
this.coverImgUrl = "",
this.aboutMe = "",
this.usageReason = UsageReason.casual,
this.mainFeature = "",
this.lastSpotifySync = 0,
this.reviewStars = 10.0,
this.isActive = false,
this.type = ProfileType.general,
this.showInDirectory = false,
this.verificationLevel = VerificationLevel.none,
this.lastNameUpdate = 0,
});