User constructor
User({
- String? accountId,
- UserAccountType? accountType,
- bool? active,
- SimpleListWrapperApplicationRole? applicationRoles,
- AvatarUrlsBean? avatarUrls,
- String? displayName,
- String? emailAddress,
- String? expand,
- SimpleListWrapperGroupName? groups,
- String? key,
- String? locale,
- String? name,
- String? self,
- String? timeZone,
Implementation
User(
{this.accountId,
this.accountType,
bool? active,
this.applicationRoles,
this.avatarUrls,
this.displayName,
this.emailAddress,
this.expand,
this.groups,
this.key,
this.locale,
this.name,
this.self,
this.timeZone})
: active = active ?? false;