HistoryMetadataParticipant class
Details of user or system associated with a issue history metadata item.
Constructors
Properties
- avatarUrl → String?
- 
  The URL to an avatar for the user or system associated with a history
record.
  final
- displayName → String?
- 
  The display name of the user or system associated with a history record.
  final
- displayNameKey → String?
- 
  The key of the display name of the user or system associated with a
history record.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  The ID of the user or system associated with a history record.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type → String?
- 
  The type of the user or system associated with a history record.
  final
- url → String?
- 
  The URL of the user or system associated with a history record.
  final
Methods
- 
  copyWith({String? avatarUrl, String? displayName, String? displayNameKey, String? id, String? type, String? url}) → HistoryMetadataParticipant 
- 
  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