ThreadItemNotFound constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ThreadItemNotFound({
@Default('app.bsky.unspecced.defs#threadItemNotFound') String $type,
Map<String, dynamic>? $unknown,
}) = _ThreadItemNotFound;