StarterPackViewBasic class

Annotations
  • @freezed

Constructors

StarterPackViewBasic({@typeKey @Default(appBskyGraphDefsStarterPackViewBasic) String type, @AtUriConverter() required AtUri uri, required String cid, required StarterpackRecord record, required ActorBasic creator, @Default(0) int listItemCount, @Default(0) int joinedWeekCount, @Default(0) int joinedAllTimeCount, List<Label>? labels, required DateTime indexedAt})
const
factory
StarterPackViewBasic.fromJson(Map<String, Object?> json)
factory

Properties

cid String
no setterinherited
copyWith → $StarterPackViewBasicCopyWith<StarterPackViewBasic>
Create a copy of StarterPackViewBasic with the given fields replaced by the non-null parameter values.
no setterinherited
creator ActorBasic
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
indexedAt DateTime
no setterinherited
joinedAllTimeCount int
no setterinherited
joinedWeekCount int
no setterinherited
labels List<Label>?
no setterinherited
listItemCount int
no setterinherited
record StarterpackRecord
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setterinherited
uri AtUri
no setterinherited

Methods

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

Operators

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