BskyAppStatePref constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.actor.defs#bskyAppStatePref') String $type,
- @BskyAppProgressGuideConverter() BskyAppProgressGuide? activeProgressGuide,
- List<
String> ? queuedNudges, - @NuxConverter() List<
Nux> ? nuxs, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory BskyAppStatePref({
@Default('app.bsky.actor.defs#bskyAppStatePref') String $type,
@BskyAppProgressGuideConverter() BskyAppProgressGuide? activeProgressGuide,
List<String>? queuedNudges,
@NuxConverter() List<Nux>? nuxs,
Map<String, dynamic>? $unknown,
}) = _BskyAppStatePref;