CoinDeveloperData class

A class that encapsulates various developer-related metrics for a cryptocurrency.

Constructors

CoinDeveloperData.fromJson(Map<String, dynamic> json)
Constructs a CoinDeveloperData instance from a JSON map.

Properties

closedIssues int?
The number of closed issues in the project's repository.
final
codeAdditionsDeletions4Weeks CoinDeveloperDataCodeChanges?
The code changes (additions and deletions) in the last 4 weeks.
final
commitCount4Weeks int?
The number of commits made in the last 4 weeks.
final
forks int?
The number of forks of the project's repository.
final
hashCode int
The hash code for this object.
no setterinherited
last4WeeksCommitActivitySeries List<int>?
A series representing commit activity over the last 4 weeks.
final
pullRequestContributors int?
The number of contributors who have submitted pull requests to the project's repository.
final
pullRequestsMerged int?
The number of pull requests that have been merged in the project's repository.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stars int?
The number of stars the project's repository has received.
final
subscribers int?
The number of subscribers to the project's repository.
final
totalIssues int?
The total number of issues reported in the project's repository.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the CoinDeveloperData instance.
override

Operators

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