BskyAppStatePref constructor
const
BskyAppStatePref({
- @Default.new('app.bsky.actor.defs#bskyAppStatePref') String $type,
- @BskyAppProgressGuideConverter() BskyAppProgressGuide? activeProgressGuide,
- bool? isBetaUser,
- 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,
/// Indicates if the user is participating in the beta features program.
bool? isBetaUser,
List<String>? queuedNudges,
@NuxConverter() List<Nux>? nuxs,
Map<String, dynamic>? $unknown,
}) = _BskyAppStatePref;