Commit class

Annotations
  • @JsonSerializable()

Constructors

Commit({String? hash, String? url, String? authorEmail, String? authorAvatarUrl, String? authorName, String? commmiterName, String? commmiterEmail, String? commitMessage, String? branch, required bool isPoolRequest, String? pullRequestNumber})
Commit.fromJson(Map<String, dynamic> json)
factory

Properties

authorAvatarUrl String?
final
authorEmail String?
final
authorName String?
final
branch String?
final
commitMessage String?
final
commmiterEmail String?
final
commmiterName String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
isPoolRequest bool
final
pullRequestNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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