CommitAuthor constructor

CommitAuthor({
  1. String? emailAddress,
  2. String? name,
})

Implementation

CommitAuthor({this.emailAddress, this.name});