BskyAppStatePref class

A grab bag of state that's specific to the bsky.app program. Third-party apps shouldn't use this.

https://atprotodart.com/docs/lexicons/app/bsky/actor/defs#bskyappstatepref

Available extensions
Annotations
  • @freezed

Constructors

BskyAppStatePref({@Default(appBskyActorDefsBskyAppStatePref) @JsonKey(name: r'$type') String $type, @BskyAppProgressGuideConverter() BskyAppProgressGuide? activeProgressGuide, List<String>? queuedNudges, @NuxConverter() List<Nux>? nuxs, @JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown})
const
factory
BskyAppStatePref.fromJson(Map<String, dynamic> json)
factory

Properties

$type String
The unique namespace for this lex object.
no setterinherited
$unknown Map<String, dynamic>?
Contains unknown objects not defined in Lexicon.
no setterinherited
activeProgressGuide BskyAppProgressGuide?
no setterinherited
copyWith → $BskyAppStatePrefCopyWith<BskyAppStatePref>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nuxs List<Nux>?
Storage for NUXs the user has encountered.
no setterinherited
queuedNudges List<String>?
An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user.
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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