RecordViewNotFound constructor

  1. @JsonSerializable(includeIfNull: false)
const RecordViewNotFound({
  1. @Default('tools.ozone.moderation.defs#recordViewNotFound') String $type,
  2. @AtUriConverter() required AtUri uri,
  3. 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;