RepoViewNotFound constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RepoViewNotFound({
@Default('tools.ozone.moderation.defs#repoViewNotFound') String $type,
required String did,
Map<String, dynamic>? $unknown,
}) = _RepoViewNotFound;