Owner class

Annotations
  • @JsonSerializable()

Constructors

Owner({String? avatarUrl, String? eventsUrl, String? followersUrl, String? followingUrl, String? gistsUrl, String? gravatarId, String? htmlUrl, int? id, String? login, String? nodeId, String? organizationsUrl, String? receivedEventsUrl, String? reposUrl, bool? siteAdmin, String? starredUrl, String? subscriptionsUrl, String? type, String? url})
Owner.fromJson(Map<String, dynamic> input)
factory

Properties

avatarUrl String?
final
eventsUrl String?
final
followersUrl String?
final
followingUrl String?
final
gistsUrl String?
final
gravatarId String?
final
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
final
id int?
final
login String?
final
nodeId String?
final
organizationsUrl String?
final
receivedEventsUrl String?
final
reposUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteAdmin bool?
final
starredUrl String?
final
subscriptionsUrl String?
final
type String?
final
url String?
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