BskyAppProgressGuide constructor

  1. @JsonSerializable(includeIfNull: false)
const BskyAppProgressGuide({
  1. @Default('app.bsky.actor.defs#bskyAppProgressGuide') String $type,
  2. required String guide,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory BskyAppProgressGuide({
  @Default('app.bsky.actor.defs#bskyAppProgressGuide') String $type,
  required String guide,

  Map<String, dynamic>? $unknown,
}) = _BskyAppProgressGuide;