RecordViewNotFound constructor
- @JsonSerializable(includeIfNull: false)
const
RecordViewNotFound(
{ - @Default('tools.ozone.moderation.defs#recordViewNotFound') String $type,
- @AtUriConverter() required AtUri uri,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RecordViewNotFound({
@Default('tools.ozone.moderation.defs#recordViewNotFound') String $type,
@AtUriConverter() required AtUri uri,
Map<String, dynamic>? $unknown,
}) = _RecordViewNotFound;