Organization class

Model class for a GitHub organization.

Annotations
  • @JsonSerializable()

Constructors

Organization({String? login, int? id, String? htmlUrl, String? avatarUrl, String? name, String? company, String? blog, String? location, String? email, int? publicReposCount, int? publicGistsCount, int? followersCount, int? followingCount, DateTime? createdAt, DateTime? updatedAt})
Organization.fromJson(Map<String, dynamic> input)
factory

Properties

avatarUrl String?
Url to the Organization Avatar
final
blog String?
Organization Blog
final
company String?
Organization Company
final
createdAt DateTime?
Time this organization was created
final
email String?
Organization Email
final
followersCount int?
Number of Followers
final
followingCount int?
Number of People this Organization is Following
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
Url to Organization Profile
final
id int?
Organization ID
final
location String?
Organization Location
final
login String?
Organization Login
final
name String?
Organization Name
final
publicGistsCount int?
Number of Public Gists
final
publicReposCount int?
Number of Public Repositories
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
Time this organization was updated
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