ContentCreation constructor

ContentCreation(
  1. RepositoryCommit? commit,
  2. GitHubFile? content
)

Implementation

ContentCreation(this.commit, this.content);