Owner constructor

Owner({
  1. String? avatarUrl,
  2. String? eventsUrl,
  3. String? followersUrl,
  4. String? followingUrl,
  5. String? gistsUrl,
  6. String? gravatarId,
  7. String? htmlUrl,
  8. int? id,
  9. String? login,
  10. String? nodeId,
  11. String? organizationsUrl,
  12. String? receivedEventsUrl,
  13. String? reposUrl,
  14. bool? siteAdmin,
  15. String? starredUrl,
  16. String? subscriptionsUrl,
  17. String? type,
  18. String? url,
})

Implementation

Owner({
  this.avatarUrl,
  this.eventsUrl,
  this.followersUrl,
  this.followingUrl,
  this.gistsUrl,
  this.gravatarId,
  this.htmlUrl,
  this.id,
  this.login,
  this.nodeId,
  this.organizationsUrl,
  this.receivedEventsUrl,
  this.reposUrl,
  this.siteAdmin,
  this.starredUrl,
  this.subscriptionsUrl,
  this.type,
  this.url,
});