TimeTrackingConfiguration class
Details of the time tracking configuration.
Constructors
- TimeTrackingConfiguration({required TimeTrackingConfigurationDefaultUnit defaultUnit, required TimeTrackingConfigurationTimeFormat timeFormat, required num workingDaysPerWeek, required num workingHoursPerDay})
-
TimeTrackingConfiguration.fromJson(Map<
String, Object?> json) -
factory
Properties
- defaultUnit → TimeTrackingConfigurationDefaultUnit
-
The default unit of time applied to logged time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeFormat → TimeTrackingConfigurationTimeFormat
-
The format that will appear on an issue's Time Spent field.
final
- workingDaysPerWeek → num
-
The number of days in a working week.
final
- workingHoursPerDay → num
-
The number of hours in a working day.
final
Methods
-
copyWith(
{TimeTrackingConfigurationDefaultUnit? defaultUnit, TimeTrackingConfigurationTimeFormat? timeFormat, num? workingDaysPerWeek, num? workingHoursPerDay}) → TimeTrackingConfiguration -
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