CommitAuthor class

commit_author contains all the information about the author all the necessary information that the a changelog need and also the information to generate the new contributors to the repository.

author: https://github.com/vincenzopalazzo

Constructors

CommitAuthor({required DateTime commitDate, required String gitNickname, required String email})

Properties

commitDate DateTime
When the commits is made
final
email String
The email where the commit is generated
final
gitNickname String
The github nickname, ar any other nickname
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited