Collaborator class

The response from listing collaborators on a repo.

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Collaborator(String? login, int? id, String? htmlUrl, String? type, bool? siteAdmin, Map<String, bool>? permissions)
Collaborator.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
final
id int?
final
login String?
final
permissions Map<String, bool>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteAdmin bool?
final
type String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited