CreateFile constructor

CreateFile({
  1. String? path,
  2. String? content,
  3. String? message,
  4. String? branch,
  5. CommitUser? committer,
})

Implementation

CreateFile({
  this.path,
  this.content,
  this.message,
  this.branch,
  this.committer,
});