DeveloperData class

Constructors

DeveloperData({int forks, int stars, int subscribers, int totalIssues, int closedIssues, int pullRequestsMerged, int pullRequestContributors, CodeAdditionsDeletions4Weeks codeAdditionsDeletions4Weeks, int commitCount4Weeks, List last4WeeksCommitActivitySeries})
DeveloperData.fromJson(Map<String, dynamic> json)
factory

Properties

closedIssues int
getter/setter pair
codeAdditionsDeletions4Weeks CodeAdditionsDeletions4Weeks
getter/setter pair
commitCount4Weeks int
getter/setter pair
forks int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
last4WeeksCommitActivitySeries List
getter/setter pair
pullRequestContributors int
getter/setter pair
pullRequestsMerged int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stars int
getter/setter pair
subscribers int
getter/setter pair
totalIssues int
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