CoinDeveloperData class

Coin developer data wrapper

Constructors

CoinDeveloperData.fromJson(Map<String, dynamic> json)

Properties

closedIssues int?
Number of closed issues
final
codeAdditionsDeletions4Weeks CoinDeveloperDataCodeChanges?
Code changes in last 4 weeks
final
commitCount4Weeks int?
Commit count in last 4 weeks
final
forks int?
Number of forks
final
hashCode int
The hash code for this object.
no setterinherited
last4WeeksCommitActivitySeries List<int>?
Commit activity series in last 4 weeks
final
pullRequestContributors int?
Number of pull requests contributors
final
pullRequestsMerged int?
Number of merged pull requests
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stars int?
Number of stars
final
subscribers int?
Number of subscribers
final
totalIssues int?
Total number of issues
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited