LabelerViewDetailed class

Annotations
  • @freezed

Constructors

LabelerViewDetailed({@AtUriConverter() required AtUri uri, required String cid, required Actor creator, required LabelerPolicies policies, @Default(0) int likeCount, List<Label>? labels, @Default(defaultLabelerViewerState) LabelerViewerState viewer, required DateTime indexedAt})
const
factory
LabelerViewDetailed.fromJson(Map<String, Object?> json)
factory

Properties

cid String
no setterinherited
copyWith → $LabelerViewDetailedCopyWith<LabelerViewDetailed>
no setterinherited
creator Actor
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
indexedAt DateTime
no setterinherited
labels List<Label>?
no setterinherited
likeCount int
no setterinherited
policies LabelerPolicies
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri AtUri
no setterinherited
viewer LabelerViewerState
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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