BitBucketCloudUser class

Constructors

BitBucketCloudUser({required String uuid, required String displayName, String? nickname, String? accountId})
BitBucketCloudUser.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The acount id of the commit author (could be null on bot user)
final
displayName String
The display name of the commit author
final
hashCode int
The hash code for this object.
no setterinherited
nickname String?
The nick name of the commit author
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
The uuid of the commit author
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