WatchingPublicProfile class

Inheritance

Constructors

WatchingPublicProfile({required String feedId, required AppModel app, required double? uploadingBGProgress, required double? uploadingProfilePhotoProgress})

Properties

app → AppModel
finalinherited
feedId String
finalinherited
hashCode int
The hash code for this object.
no setter
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?
override
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}) ProfileInitialised
override
toString() String
A string representation of this object.
inherited
watchingThisMember() String?
override
watchingThisProfile() → MemberProfileModel?
override

Operators

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