BskyAppStatePref constructor

  1. @JsonSerializable(includeIfNull: false)
const BskyAppStatePref({
  1. @Default('app.bsky.actor.defs#bskyAppStatePref') String $type,
  2. @BskyAppProgressGuideConverter() BskyAppProgressGuide? activeProgressGuide,
  3. List<String>? queuedNudges,
  4. @NuxConverter() List<Nux>? nuxs,
  5. 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;