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?
getter/setter pair
commentsUrl String?
getter/setter pair
commit GitCommit?
getter/setter pair
committer CommitDataUser?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
getter/setter pair
parents List<Map<String, dynamic>>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String?
getter/setter pair
url String?
getter/setter pair

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