UserMetadata class

Version control metadata for a user associated with a resolved codebase.

Currently assumes a Git user.

Constructors

UserMetadata.new({String? displayName, String? email, String? imageUri})
UserMetadata.fromJson(Map json_)

Properties

displayName String?
The 'name' field in a Git user's git.config.
getter/setter pair
email String?
The 'email' field in a Git user's git.config, if available.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUri String?
The URI of an image file associated with the user's account in an external source control provider, if available.
getter/setter pair
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