CreateGitBlob constructor

CreateGitBlob(
  1. String? content,
  2. String? encoding
)

Implementation

CreateGitBlob(this.content, this.encoding);