StarterPackView class

Annotations
  • @freezed

Constructors

StarterPackView({@typeKey @Default(appBskyGraphDefsStarterPackView) String type, @AtUriConverter() required AtUri uri, required String cid, required StarterpackRecord record, required ActorBasic creator, ListViewBasic? list, List<ListItemView>? listItemsSample, List<FeedGeneratorView>? feeds, @Default(0) int joinedWeekCount, @Default(0) int joinedAllTimeCount, List<Label>? labels, required DateTime indexedAt})
const
factory
StarterPackView.fromJson(Map<String, Object?> json)
factory

Properties

cid String
no setterinherited
copyWith → $StarterPackViewCopyWith<StarterPackView>
Create a copy of StarterPackView with the given fields replaced by the non-null parameter values.
no setterinherited
creator ActorBasic
no setterinherited
feeds List<FeedGeneratorView>?
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
list ListViewBasic?
no setterinherited
listItemsSample List<ListItemView>?
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 StarterPackView to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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