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