HistoryMetadata class
Details of issue history metadata.
Constructors
-
HistoryMetadata({String? type, String? description, String? descriptionKey, String? activityDescription, String? activityDescriptionKey, String? emailDescription, String? emailDescriptionKey, Map<
String, dynamic> ? actor, Map<String, dynamic> ? generator, Map<String, dynamic> ? cause, Map<String, dynamic> ? extraData}) -
HistoryMetadata.fromJson(Map<
String, Object?> json) -
factory
Properties
- activityDescription → String?
-
The activity described in the history record.
final
- activityDescriptionKey → String?
-
The key of the activity described in the history record.
final
-
actor
→ Map<
String, dynamic> ? -
Details of the user whose action created the history record.
final
-
cause
→ Map<
String, dynamic> ? -
Details of the cause that triggered the creation the history record.
final
- description → String?
-
The description of the history record.
final
- descriptionKey → String?
-
The description key of the history record.
final
- emailDescription → String?
-
The description of the email address associated the history record.
final
- emailDescriptionKey → String?
-
The description key of the email address associated the history record.
final
-
extraData
→ Map<
String, dynamic> ? -
Additional arbitrary information about the history record.
final
-
generator
→ Map<
String, dynamic> ? -
Details of the system that generated the history record.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type of the history record.
final
Methods
-
copyWith(
{String? type, String? description, String? descriptionKey, String? activityDescription, String? activityDescriptionKey, String? emailDescription, String? emailDescriptionKey, Map< String, dynamic> ? actor, Map<String, dynamic> ? generator, Map<String, dynamic> ? cause, Map<String, dynamic> ? extraData}) → HistoryMetadata -
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