CreateGitTag constructor

CreateGitTag(
  1. String? tag,
  2. String? message,
  3. String? object,
  4. String? type,
  5. GitCommitUser? tagger,
)

Implementation

CreateGitTag(this.tag, this.message, this.object, this.type, this.tagger);