author property

UserInfo? author
final

Information about the author of the specified commit. Information includes the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured in Git.

Implementation

final UserInfo? author;