TimeTrackingProvider class
Details about the time tracking provider.
Constructors
- TimeTrackingProvider({required String key, String? name, String? url})
-
TimeTrackingProvider.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key for the time tracking provider. For example, JIRA.
final
- name → String?
-
The name of the time tracking provider. For example, JIRA provided time
tracking.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
The URL of the configuration page for the time tracking provider app. For
example, /example/config/url. This property is only returned if the
adminPageKey
property is set in the module descriptor of the time tracking provider app.final
Methods
-
copyWith(
{String? key, String? name, String? url}) → TimeTrackingProvider -
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