Actor class
Properties
-
associated
→ ProfileAssociated?
-
no setterinherited
-
avatar
→ String?
-
no setterinherited
-
copyWith
→ $ActorCopyWith<Actor>
-
Create a copy of Actor
with the given fields replaced by the non-null parameter values.
no setterinherited
-
description
→ String?
-
no setterinherited
-
did
→ String
-
no setterinherited
-
displayName
→ String?
-
no setterinherited
-
handle
→ String
-
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
indexedAt
→ DateTime?
-
no setterinherited
-
isBlockedBy
→ bool
-
Returns true if authenticated user has blocked by this actor,
otherwise false.
no setter
-
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
-
Returns true if authenticated user has muted this actor,
otherwise false.
no setter
-
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
-
labels
→ List<Label>?
-
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
viewer
→ ActorViewer
-
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this Actor to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited