LoggedInWatchingMyProfile class
- Inheritance
-
- Object
- ProfileState
- ProfileInitialised
- LoggedInProfileInitialized
- LoggedInWatchingMyProfile
Constructors
-
LoggedInWatchingMyProfile({required String feedId, required AppModel app, required MemberProfileModel currentMemberProfileModel, required MemberModel currentMember, required PostAccessibleByGroup postAccessibleByGroup, List<
String> ? postAccessibleByMembers, required bool onlyMyPosts, required double? uploadingBGProgress, required double? uploadingProfilePhotoProgress})
Properties
- app → AppModel
-
finalinherited
- currentMember → MemberModel
-
finalinherited
- currentMemberProfileModel → MemberProfileModel
-
finalinherited
- feedId → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setter
- onlyMyPosts → 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
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - uploadingBGProgress → double?
-
finalinherited
- uploadingProfilePhotoProgress → double?
-
finalinherited
Methods
-
canEditThisProfile(
) → bool -
override
-
copyWith(
{required MemberProfileModel newMemberProfileModel, double? uploadingBGProgress, double? uploadingProfilePhotoProgress}) → LoggedInWatchingMyProfile -
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}) → LoggedInWatchingMyProfile -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
watchingThisMember(
) → String? -
override
-
watchingThisProfile(
) → MemberProfileModel? -
override
Operators
-
operator ==(
Object other) → bool - The equality operator.