BitBucketCloudCommit class

Constructors

BitBucketCloudCommit({required String hash, required BitBucketCloudCommitAuthor author, required String date, required String message, required List<BitBucketCloudPRCommitParent> parents, required Map<String, BitBucketCloudLink> links})
BitBucketCloudCommit.fromJson(Map<String, dynamic> json)
factory

Properties

author BitBucketCloudCommitAuthor
The author of the commit, assumed to be the person who wrote the code.
final
date String
When the commit was committed to the project, in ISO 8601 format
final
hash String
The SHA for the commit
final
hashCode int
The hash code for this object.
no setterinherited
The commit's links Avaliable keys: "html"
final
message String
The commit's message
final
parents List<BitBucketCloudPRCommitParent>
The commit's parents
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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