RepoCommitDelete constructor
const
RepoCommitDelete({})
Returns the new instance of RepoCommitDelete.
Implementation
const RepoCommitDelete({
required this.uri,
required this.author,
required this.cursor,
required this.createdAt,
});