BskyAppProgressGuide constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory BskyAppProgressGuide({
@Default('app.bsky.actor.defs#bskyAppProgressGuide') String $type,
required String guide,
Map<String, dynamic>? $unknown,
}) = _BskyAppProgressGuide;