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

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