VersionIssuesStatus class
Counts of the number of issues in various statuses.
Constructors
- VersionIssuesStatus({int? done, int? inProgress, int? toDo, int? unmapped})
-
VersionIssuesStatus.fromJson(Map<
String, Object?> json) -
factory
Properties
- done → int?
-
Count of issues with status done.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inProgress → int?
-
Count of issues with status in progress.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toDo → int?
-
Count of issues with status to do.
final
- unmapped → int?
-
Count of issues with a status other than to do, in progress, and
done.
final
Methods
-
copyWith(
{int? done, int? inProgress, int? toDo, int? unmapped}) → VersionIssuesStatus -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited