BitBucketCloudJSONDSL class

Constructors

BitBucketCloudJSONDSL({required RepoMetaData metadata, required BitBucketCloudPRDSL pr, required List<BitBucketCloudCommit> commits, required List<BitBucketCloudPRComment> comments, required List<BitBucketCloudPRActivity> activities})
BitBucketCloudJSONDSL.fromJson(Map<String, dynamic> json)
factory

Properties

activities List<BitBucketCloudPRActivity>
The activities such as OPENING, CLOSING, MERGING or UPDATING a pull request
final
comments List<BitBucketCloudPRComment>
The comments on the pull request
final
commits List<BitBucketCloudCommit>
The commits associated with the pull request
final
hashCode int
The hash code for this object.
no setterinherited
metadata RepoMetaData
The pull request and repository metadata
final
pr BitBucketCloudPRDSL
The PR metadata
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