NotFoundActor constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory NotFoundActor({
@Default('app.bsky.graph.defs#notFoundActor') String $type,
required String actor,
required bool notFound,
Map<String, dynamic>? $unknown,
}) = _NotFoundActor;