ContributorWeekStatistics class

Model class to represent the number of additions, deletions and commits a contributor made in a given week.

Annotations
  • @JsonSerializable()

Constructors

ContributorWeekStatistics(int? start, int? additions, int? deletions, int? commits)
ContributorWeekStatistics.fromJson(Map<String, dynamic> input)
factory

Properties

additions int?
Number of Additions
final
commits int?
Number of Commits
final
deletions int?
Number of Deletions
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int?
Beginning of the Week (As a Unix Timestamp)
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.
override

Operators

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