GitHubMergeRef class

Constructors

GitHubMergeRef({required String label, required String ref, required String sha, required GitHubUser user, required GitHubRepo repo})
GitHubMergeRef.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The human display name for the merge reference, e.g. "artsy:master"
final
ref String
The reference point for the merge, e.g. "master"
final
repo GitHubRepo
The repo from whch the reference comes from
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha String
The reference point for the merge, e.g. "704dc55988c6996f69b6873c2424be7d1de67bbe"
final
user GitHubUser
The user that owns the merge reference e.g. "artsy"
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