BitBucketCloudPRComment class

Constructors

BitBucketCloudPRComment({required bool deleted, required Map<String, BitBucketCloudLink> links, required BitBucketCloudContent content, required String createdOn, required BitBucketCloudUser user, required String updatedOn, required String type, required int id, BitBucketCloudPRCommentInline? inline})
BitBucketCloudPRComment.fromJson(Map<String, dynamic> json)
factory

Properties

content BitBucketCloudContent
final
createdOn String
When the comment was created, in ISO 8601 format
final
deleted bool
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
inline BitBucketCloudPRCommentInline?
final
Available keys: "self", "html"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
updatedOn String
When the comment was updated, in ISO 8601 format
final
user BitBucketCloudUser
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