RepoViewNotFound constructor

  1. @JsonSerializable(includeIfNull: false)
const RepoViewNotFound({
  1. @Default('tools.ozone.moderation.defs#repoViewNotFound') String $type,
  2. required String did,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RepoViewNotFound({
  @Default('tools.ozone.moderation.defs#repoViewNotFound') String $type,
  required String did,

  Map<String, dynamic>? $unknown,
}) = _RepoViewNotFound;