CommitData class

Annotations
  • @JsonSerializable()

Constructors

CommitData(String? sha, GitCommit? commit, String? url, String? htmlUrl, String? commentsUrl, CommitDataUser? author, CommitDataUser? committer, List<Map<String, dynamic>>? parents)
CommitData.fromJson(Map<String, dynamic> input)
factory

Properties

author CommitDataUser?
final
commentsUrl String?
final
commit GitCommit?
final
committer CommitDataUser?
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
final
parents List<Map<String, dynamic>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
final
url String?
final

Methods

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

Operators

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