menu
atlassian_apis package
documentation
jira_platform.dart
UserPickerUser
UserPickerUser constructor
UserPickerUser constructor
dark_mode
light_mode
UserPickerUser
constructor
UserPickerUser
(
{
String
?
accountId
,
String
?
avatarUrl
,
String
?
displayName
,
String
?
html
,
String
?
key
,
String
?
name
,
})
Implementation
UserPickerUser( {
this
.accountId,
this
.avatarUrl,
this
.displayName,
this
.html,
this
.key,
this
.name});
atlassian_apis package
documentation
jira_platform
UserPickerUser
UserPickerUser constructor
UserPickerUser class
Constructors
UserPickerUser
fromJson
Properties
accountId
avatarUrl
displayName
hashCode
html
key
name
runtimeType
Methods
copyWith
noSuchMethod
toJson
toString
Operators
operator ==