TeamMember class

Model class for a team member.

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

TeamMember({String? login, int? id, String? avatarUrl, String? type, bool? siteAdmin, String? htmlUrl})
TeamMember.fromJson(Map<String, dynamic> input)
factory

Properties

avatarUrl String?
Url to Member Avatar
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
Profile of the Member
final
id int?
Member ID
final
login String?
Member Username
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteAdmin bool?
If the member is a site administrator
final
type String?
Member Type
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