LoggedInAndWatchingOtherProfile class

Inheritance

Constructors

LoggedInAndWatchingOtherProfile({required String feedId, required AppModel app, required MemberProfileModel currentMemberProfileModel, required MemberModel currentMember, required PostAccessibleByGroup postAccessibleByGroup, List<String>? postAccessibleByMembers, required MemberProfileModel feedProfileModel, required MemberPublicInfoModel feedPublicInfoModel, required bool iFollowThisPerson, required double? uploadingBGProgress, required double? uploadingProfilePhotoProgress})

Properties

app → AppModel
finalinherited
currentMember → MemberModel
finalinherited
currentMemberProfileModel → MemberProfileModel
finalinherited
feedId String
finalinherited
feedProfileModel → MemberProfileModel
final
feedPublicInfoModel → MemberPublicInfoModel
final
hashCode int
The hash code for this object.
no setter
iFollowThisPerson bool
final
postAccessibleByGroup → PostAccessibleByGroup
finalinherited
postAccessibleByMembers List<String>?
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
uploadingBGProgress double?
finalinherited
uploadingProfilePhotoProgress double?
finalinherited

Methods

canEditThisProfile() bool
override
memberId() String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profileHTML() String
override
profileUrl() String?
override
progressWith({double? uploadingBGProgress, double? uploadingProfilePhotoProgress}) LoggedInAndWatchingOtherProfile
override
toString() String
A string representation of this object.
inherited
watchingThisMember() String?
override
watchingThisProfile() → MemberProfileModel?
override

Operators

operator ==(Object other) bool
The equality operator.