GitHubComparison class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

GitHubComparison(String? url, String? status, int? aheadBy, int? behindBy, int? totalCommits, List<CommitFile>? files)
GitHubComparison.fromJson(Map<String, dynamic> json)
factory

Properties

aheadBy int?
final
behindBy int?
final
files List<CommitFile>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
totalCommits int?
final
url String?
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