ActorViewer class
Properties
-
blocking
→ AtUri?
-
no setterinherited
-
blockingByList
→ ListViewBasic?
-
no setterinherited
-
copyWith
→ $ActorViewerCopyWith<ActorViewer>
-
Create a copy of ActorViewer
with the given fields replaced by the non-null parameter values.
no setterinherited
-
followedBy
→ AtUri?
-
no setterinherited
-
following
→ AtUri?
-
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isBlockedBy
→ bool
-
no setterinherited
-
isBlocking
→ bool
-
Returns true if authenticated user has already blocked this actor,
otherwise false.
no setter
-
isBlockingByList
→ bool
-
Returns true if authenticated user has already blocked actors by list,
otherwise false.
no setter
-
isFollowedBy
→ bool
-
Returns true if authenticated user has already followed by this actor,
otherwise false.
no setter
-
isFollowing
→ bool
-
Returns true if authenticated user has already following this actor,
otherwise false.
no setter
-
isMuted
→ bool
-
no setterinherited
-
isMutedByList
→ bool
-
Returns true if authenticated user has already muted this actor by list,
otherwise false.
no setter
-
isNotBlockedBy
→ bool
-
Returns true if authenticated user has not blocked yet by this actor,
otherwise false.
no setter
-
isNotBlocking
→ bool
-
Returns true if authenticated user has not blocked yet this actor,
otherwise false.
no setter
-
isNotBlockingByList
→ bool
-
Returns true if authenticated user has not blocked yet blocked actors by
list, otherwise false.
no setter
-
isNotFollowedBy
→ bool
-
Returns true if authenticated user has not followed by yet by this actor,
otherwise false.
no setter
-
isNotFollowing
→ bool
-
Returns true if authenticated user has not following yet this actor,
otherwise false.
no setter
-
isNotMuted
→ bool
-
Returns true if authenticated user has not muted yet this actor,
otherwise false.
no setter
-
isNotMutedByList
→ bool
-
Returns true if authenticated user has not muted yet this actor by list,
otherwise false.
no setter
-
knownFollowers
→ KnownFollowers?
-
no setterinherited
-
mutedByList
→ ListViewBasic?
-
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this ActorViewer to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited