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 = "",
- double reviewStars = 10.0,
- bool isActive = false,
- ProfileType type = ProfileType.general,
- bool directoryVisible = true,
- bool showPhone = true,
- String portfolioUrl = "",
- int totalTipsReceived = 0,
- VerificationLevel verificationLevel = VerificationLevel.none,
- int lastNameUpdate = 0,
- String slug = "",
- List<
String> ? itemmates, - List<
String> ? eventmates, - List<
String> ? followers, - List<
String> ? following, - List<
String> ? unfollowing, - List<
String> ? blockTo, - List<
String> ? blockedBy, - List<
String> ? posts, - List<
String> ? blogEntries, - List<
String> ? comments, - List<
String> ? reports, - List<
String> ? collectives, - List<
String> ? events, - List<
String> ? reviews, - List<
String> ? favoriteItems, - List<
String> ? savedItemlistIds, - List<
String> ? chamberPresets, - List<
String> ? watchingEvents, - List<
String> ? goingEvents, - List<
String> ? playingEvents, - List<
String> ? requests, - List<
String> ? sentRequests, - List<
String> ? invitationRequests, - Map<
String, Itemlist> ? itemlists, - Map<
String, Itemlist> ? giglists, - Map<
String, Instrument> ? instruments, - Map<
String, NeomChamber> ? chambers, - Map<
String, NeomFrequency> ? frequencies, - Map<
String, Genre> ? genres, - Map<
String, Facility> ? facilities, - Map<
String, Place> ? places, - Map<
String, ProfileSkill> ? skills, - List<
String> ? badges, - List<
Influence> ? influences, - Review? lastReview,
- List<
String> ? bannedGenres,
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.reviewStars = 10.0,
this.isActive = false,
this.type = ProfileType.general,
this.directoryVisible = true,
this.showPhone = true,
this.portfolioUrl = "",
this.totalTipsReceived = 0,
this.verificationLevel = VerificationLevel.none,
this.lastNameUpdate = 0,
this.slug = "",
this.itemmates,
this.eventmates,
this.followers,
this.following,
this.unfollowing,
this.blockTo,
this.blockedBy,
this.posts,
this.blogEntries,
this.comments,
this.hiddenPosts,
this.hiddenComments,
this.reports,
this.collectives,
this.events,
this.reviews,
this.favoriteItems,
this.savedItemlistIds,
this.chamberPresets,
this.watchingEvents,
this.goingEvents,
this.playingEvents,
this.requests,
this.sentRequests,
this.invitationRequests,
this.itemlists,
this.giglists,
this.instruments,
this.chambers,
this.frequencies,
this.genres,
this.facilities,
this.places,
this.skills,
this.badges,
this.influences,
this.lastReview,
this.bannedGenres,
});