TimeTrackingDetails class

Time tracking details.

Constructors

TimeTrackingDetails({String? originalEstimate, int? originalEstimateSeconds, String? remainingEstimate, int? remainingEstimateSeconds, String? timeSpent, int? timeSpentSeconds})
TimeTrackingDetails.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originalEstimate String?
The original estimate of time needed for this issue in readable format.
final
originalEstimateSeconds int?
The original estimate of time needed for this issue in seconds.
final
remainingEstimate String?
The remaining estimate of time needed for this issue in readable format.
final
remainingEstimateSeconds int?
The remaining estimate of time needed for this issue in seconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSpent String?
Time worked on this issue in readable format.
final
timeSpentSeconds int?
Time worked on this issue in seconds.
final

Methods

copyWith({String? originalEstimate, int? originalEstimateSeconds, String? remainingEstimate, int? remainingEstimateSeconds, String? timeSpent, int? timeSpentSeconds}) TimeTrackingDetails
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